#AFD2EA

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

Shades of Sail #AFD2EA

Tints of Sail #AFD2EA

Color information

#AFD2EA (or 0xAFD2EA) is unknown color: approx Sail. HEX triplet: AF, D2 and EA. RGB value is (175,210,234). Sum of RGB (Red+Green+Blue) = 175+210+234=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFD2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD2EA is #502D15. Grayscale: #CACACA. Windows color (decimal): -5254422 or 15389359. OLE color: 15389359.

HSL color Cylindrical-coordinate representation of color #AFD2EA: hue angle of 204.41º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFD2EA is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175210234-
CMYK0.250.1000.08
HSL204.41º58.42%80.2%-
HSV(B)204.41º25.21%91.76%-
XYZ55.5861.1586.72-
YUV202.27145.9108.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.27%
GREEN value IS 210 (82.42% from 255) = 33.93%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=28.27%
G=33.93%
B=37.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752102340.250.1000.08204.4158.4280.2
HexAFD2EA19A08cc3a50
Octal257322352311201031472120
Binary10101111110100101110101011001101001000110011001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2EA; }

 p { color: rgb(175,210,234); }

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

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

 a { background-color: rgb(175,210,234); }

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

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

 span { border-color: rgb(175,210,234); }

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