#AFCFEC

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

Shades of Pale Cornflower Blue #AFCFEC

Tints of Pale Cornflower Blue #AFCFEC

Color information

#AFCFEC (or 0xAFCFEC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CF and EC. RGB value is (175,207,236). Sum of RGB (Red+Green+Blue) = 175+207+236=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFCFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCFEC is #503013. Grayscale: #C8C8C8. Windows color (decimal): -5255188 or 15519663. OLE color: 15519663.

HSL color Cylindrical-coordinate representation of color #AFCFEC: hue angle of 208.52º 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 #AFCFEC is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175207236-
CMYK0.260.1200.07
HSL208.52º61.62%80.59%-
HSV(B)208.52º25.85%92.55%-
XYZ55.1359.887.99-
YUV200.74147.9109.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.32%
GREEN value IS 207 (81.25% from 255) = 33.50%
BLUE value IS 236 (92.58% from 255) = 38.19%
R=28.32%
G=33.50%
B=38.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752072360.260.1200.07208.5261.6280.59
HexAFCFEC1AC07d13e51
Octal25731735432140732176121
Binary1010111111001111111011001101011000111110100011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCFEC; }

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

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

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

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

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

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

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

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