#AFD4EC

Color #AFD4EC Sail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sail #AFD4EC

Tints of Sail #AFD4EC

Color information

#AFD4EC (or 0xAFD4EC) is unknown color: approx Sail. HEX triplet: AF, D4 and EC. RGB value is (175,212,236). Sum of RGB (Red+Green+Blue) = 175+212+236=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFD4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD4EC is #502B13. Grayscale: #CBCBCB. Windows color (decimal): -5253908 or 15520943. OLE color: 15520943.

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

Color convert

RGB175212236-
CMYK0.260.1000.07
HSL203.61º61.62%80.59%-
HSV(B)203.61º25.85%92.55%-
XYZ56.3662.2688.4-
YUV203.67146.24107.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.09%
GREEN value IS 212 (83.20% from 255) = 34.03%
BLUE value IS 236 (92.58% from 255) = 37.88%
R=28.09%
G=34.03%
B=37.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752122360.260.1000.07203.6161.6280.59
HexAFD4EC1AA07cc3e51
Octal25732435432120731476121
Binary1010111111010100111011001101010100111110011001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD4EC; }

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

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

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

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

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

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

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

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