#AFCEF0

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

Shades of Pale Cornflower Blue #AFCEF0

Tints of Pale Cornflower Blue #AFCEF0

Color information

#AFCEF0 (or 0xAFCEF0) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CE and F0. RGB value is (175,206,240). Sum of RGB (Red+Green+Blue) = 175+206+240=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFCEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCEF0 is #50310F. Grayscale: #C8C8C8. Windows color (decimal): -5255440 or 15781551. OLE color: 15781551.

HSL color Cylindrical-coordinate representation of color #AFCEF0: hue angle of 211.38º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFCEF0 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175206240-
CMYK0.270.1400.06
HSL211.38º68.42%81.37%-
HSV(B)211.38º27.08%94.12%-
XYZ55.4859.5591.01-
YUV200.61150.23109.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.18%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 240 (94.14% from 255) = 38.65%
R=28.18%
G=33.17%
B=38.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752062400.270.1400.06211.3868.4281.37
HexAFCEF01BE06d34451
Octal257316360331606323104121
Binary10101111110011101111000011011111001101101001110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEF0; }

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

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

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

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

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

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

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

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