#AFD0EB

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

Shades of Pale Cornflower Blue #AFD0EB

Tints of Pale Cornflower Blue #AFD0EB

Color information

#AFD0EB (or 0xAFD0EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D0 and EB. RGB value is (175,208,235). Sum of RGB (Red+Green+Blue) = 175+208+235=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFD0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD0EB is #502F14. Grayscale: #C9C9C9. Windows color (decimal): -5254933 or 15454383. OLE color: 15454383.

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

Color convert

RGB175208235-
CMYK0.260.1100.08
HSL207º60%80.39%-
HSV(B)207º25.53%92.16%-
XYZ55.2360.2287.31-
YUV201.21147.07109.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.32%
GREEN value IS 208 (81.64% from 255) = 33.66%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=28.32%
G=33.66%
B=38.03%

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
Decimal1752082350.260.1100.082076080.39
HexAFD0EB1AB08cf3c50
Octal257320353321301031774120
Binary10101111110100001110101111010101101000110011111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD0EB; }

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

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

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

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

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

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

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

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