#AFD2EB

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

Shades of Pale Cornflower Blue #AFD2EB

Tints of Pale Cornflower Blue #AFD2EB

Color information

#AFD2EB (or 0xAFD2EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D2 and EB. RGB value is (175,210,235). Sum of RGB (Red+Green+Blue) = 175+210+235=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFD2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD2EB is #502D14. Grayscale: #CACACA. Windows color (decimal): -5254421 or 15454895. OLE color: 15454895.

HSL color Cylindrical-coordinate representation of color #AFD2EB: hue angle of 205º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFD2EB is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175210235-
CMYK0.260.1100.08
HSL205º60%80.39%-
HSV(B)205º25.53%92.16%-
XYZ55.7261.2187.47-
YUV202.38146.4108.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.23%
GREEN value IS 210 (82.42% from 255) = 33.87%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=28.23%
G=33.87%
B=37.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752102350.260.1100.082056080.39
HexAFD2EB1AB08cd3c50
Octal257322353321301031574120
Binary10101111110100101110101111010101101000110011011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2EB; }

 p { color: rgb(175,210,235); }

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

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

 a { background-color: rgb(175,210,235); }

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

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

 span { border-color: rgb(175,210,235); }

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