#AFCEEC

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

Shades of Pale Cornflower Blue #AFCEEC

Tints of Pale Cornflower Blue #AFCEEC

Color information

#AFCEEC (or 0xAFCEEC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CE and EC. RGB value is (175,206,236). Sum of RGB (Red+Green+Blue) = 175+206+236=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFCEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCEEC is #503113. Grayscale: #C8C8C8. Windows color (decimal): -5255444 or 15519407. OLE color: 15519407.

HSL color Cylindrical-coordinate representation of color #AFCEEC: hue angle of 209.51º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFCEEC is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175206236-
CMYK0.260.1300.07
HSL209.51º61.62%80.59%-
HSV(B)209.51º25.85%92.55%-
XYZ54.8959.3187.91-
YUV200.15148.23110.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.36%
GREEN value IS 206 (80.86% from 255) = 33.39%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=28.36%
G=33.39%
B=38.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752062360.260.1300.07209.5161.6280.59
HexAFCEEC1AD07d23e51
Octal25731635432150732276121
Binary1010111111001110111011001101011010111110100101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEEC; }

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

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

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

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

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

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

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

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