Shades of Sail #AFD2EA
Tints of Sail #AFD2EA
RGB
CMYK
RGB Variations
Color information
#AFD2EA (or 0xAFD2EA) is known color: 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
| RGB | 175 | 210 | 234 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.08 |
| HSL | 204.41º | 0.58% | 0.8% | - |
| HSV(B) | 204.41º | 0.25% | 0.92% | - |
| XYZ | 55.58 | 61.15 | 86.72 | - |
| YUV | 202.27 | 145.9 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 234 | 0.25 | 0.10 | 0 | 0.08 | 204.41 | 0.58 | 0.8 |
| Hex | AF | D2 | EA | 19 | A | 0 | 8 | CC | 3A | 50 |
| Octal | 257 | 322 | 352 | 31 | 12 | 0 | 10 | 314 | 72 | 120 |
| Binary | 10101111 | 11010010 | 11101010 | 11001 | 1010 | 0 | 1000 | 11001100 | 111010 | 1010000 |
Color Harmonies of #AFD2EA
Complementary color
Monochromatic Colors of #AFD2EA
Black with #AFD2EA
Text Example
Text Example
White with #AFD2EA
Text Example
Text Example
HTML Codes & Css Web 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>