#AFD1ED

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

Shades of Pale Cornflower Blue #AFD1ED

Tints of Pale Cornflower Blue #AFD1ED

Color information

#AFD1ED (or 0xAFD1ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D1 and ED. RGB value is (175,209,237). Sum of RGB (Red+Green+Blue) = 175+209+237=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFD1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD1ED is #502E12. Grayscale: #C9C9C9. Windows color (decimal): -5254675 or 15585711. OLE color: 15585711.

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

Color convert

RGB175209237-
CMYK0.260.1200.07
HSL207.1º63.27%80.78%-
HSV(B)207.1º26.16%92.94%-
XYZ55.7760.8388.92-
YUV202.03147.74108.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.18%
GREEN value IS 209 (82.03% from 255) = 33.66%
BLUE value IS 237 (92.97% from 255) = 38.16%
R=28.18%
G=33.66%
B=38.16%

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
Decimal1752092370.260.1200.07207.163.2780.78
HexAFD1ED1AC07cf3f51
Octal25732135532140731777121
Binary1010111111010001111011011101011000111110011111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD1ED; }

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

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

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

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

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

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

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

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