#AFCEF1

Color #AFCEF1 Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #AFCEF1

Tints of Pale Cornflower Blue #AFCEF1

Color information

#AFCEF1 (or 0xAFCEF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CE and F1. RGB value is (175,206,241). Sum of RGB (Red+Green+Blue) = 175+206+241=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFCEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCEF1 is #50310E. Grayscale: #C8C8C8. Windows color (decimal): -5255439 or 15847087. OLE color: 15847087.

HSL color Cylindrical-coordinate representation of color #AFCEF1: hue angle of 211.82º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFCEF1 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175206241-
CMYK0.270.1500.05
HSL211.82º70.21%81.57%-
HSV(B)211.82º27.39%94.51%-
XYZ55.6359.6191.79-
YUV200.72150.73109.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 28.14%
GREEN value IS 206 (80.86% from 255) = 33.12%
BLUE value IS 241 (94.53% from 255) = 38.75%
R=28.14%
G=33.12%
B=38.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752062410.270.1500.05211.8270.2181.57
HexAFCEF11BF05d44652
Octal257316361331705324106122
Binary10101111110011101111000111011111101011101010010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEF1; }

 p { color: rgb(175,206,241); }

 H1.HeaderClassName
 {
   color: #AFCEF1;
 }
 .AnyTagClassName
 {
   color: #AFCEF1;
 }
</style>
background-color css

<style>
 a { background-color: #AFCEF1; }

 a { background-color: rgb(175,206,241); }

 div.DivClassName
 {
   background-color: #AFCEF1;
 }
 .BgClassName
 {
   background-color: #AFCEF1;
 }
</style>
border-color css

<style>
 span { border-color: #AFCEF1; }

 span { border-color: rgb(175,206,241); }

 td.TdClassName
 {
   border-color: #AFCEF1;
 }
 .TagClassName
 {
   border-color: #AFCEF1;
 }
</style>