#AFD4EF

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

Shades of Pale Cornflower Blue #AFD4EF

Tints of Pale Cornflower Blue #AFD4EF

Color information

#AFD4EF (or 0xAFD4EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D4 and EF. RGB value is (175,212,239). Sum of RGB (Red+Green+Blue) = 175+212+239=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 212 (83.20% from 255 or 33.87% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFD4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD4EF is #502B10. Grayscale: #CBCBCB. Windows color (decimal): -5253905 or 15717551. OLE color: 15717551.

HSL color Cylindrical-coordinate representation of color #AFD4EF: hue angle of 205.31º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFD4EF is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175212239-
CMYK0.270.1100.06
HSL205.31º66.67%81.18%-
HSV(B)205.31º26.78%93.73%-
XYZ56.862.4390.72-
YUV204.02147.74107.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 212 (83.20% from 255) = 33.87%
BLUE value IS 239 (93.75% from 255) = 38.18%
R=27.96%
G=33.87%
B=38.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752122390.270.1100.06205.3166.6781.18
HexAFD4EF1BB06cd4351
Octal257324357331306315103121
Binary10101111110101001110111111011101101101100110110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD4EF; }

 p { color: rgb(175,212,239); }

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

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

 a { background-color: rgb(175,212,239); }

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

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

 span { border-color: rgb(175,212,239); }

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