#AFD1EB

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

Shades of Pale Cornflower Blue #AFD1EB

Tints of Pale Cornflower Blue #AFD1EB

Color information

#AFD1EB (or 0xAFD1EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D1 and EB. RGB value is (175,209,235). Sum of RGB (Red+Green+Blue) = 175+209+235=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFD1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD1EB is #502E14. Grayscale: #C9C9C9. Windows color (decimal): -5254677 or 15454639. OLE color: 15454639.

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

Color convert

RGB175209235-
CMYK0.260.1100.08
HSL206º60%80.39%-
HSV(B)206º25.53%92.16%-
XYZ55.4860.7187.39-
YUV201.8146.74108.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.27%
GREEN value IS 209 (82.03% from 255) = 33.76%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=28.27%
G=33.76%
B=37.96%

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
Decimal1752092350.260.1100.082066080.39
HexAFD1EB1AB08ce3c50
Octal257321353321301031674120
Binary10101111110100011110101111010101101000110011101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD1EB; }

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

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

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

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

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

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

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

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