Shades of Sail #A8CFE4
Tints of Sail #A8CFE4
RGB
CMYK
RGB Variations
Color information
#A8CFE4 (or 0xA8CFE4) is known color: Sail. HEX triplet: A8, CF and E4. RGB value is (168,207,228). Sum of RGB (Red+Green+Blue) = 168+207+228=603 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.86% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 228 - color contains mainly: blue. Hex color #A8CFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CFE4 is #57301B. Grayscale: #C5C5C5. Windows color (decimal): -5713948 or 14995368. OLE color: 14995368.
HSL color Cylindrical-coordinate representation of color #A8CFE4: hue angle of 201º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8CFE4 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 207 | 228 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.11 |
| HSL | 201º | 0.53% | 0.78% | - |
| HSV(B) | 201º | 0.26% | 0.89% | - |
| XYZ | 52.46 | 58.55 | 81.94 | - |
| YUV | 197.73 | 145.08 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 228 | 0.26 | 0.09 | 0 | 0.11 | 201 | 0.53 | 0.78 |
| Hex | A8 | CF | E4 | 1A | 9 | 0 | B | C9 | 35 | 4E |
| Octal | 250 | 317 | 344 | 32 | 11 | 0 | 13 | 311 | 65 | 116 |
| Binary | 10101000 | 11001111 | 11100100 | 11010 | 1001 | 0 | 1011 | 11001001 | 110101 | 1001110 |
Color Harmonies of #A8CFE4
Complementary color
Monochromatic Colors of #A8CFE4
Black with #A8CFE4
Text Example
Text Example
White with #A8CFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CFE4; }
p { color: rgb(168,207,228); }
H1.HeaderClassName
{
color: #A8CFE4;
}
.AnyTagClassName
{
color: #A8CFE4;
}
</style>
background-color css
<style>
a { background-color: #A8CFE4; }
a { background-color: rgb(168,207,228); }
div.DivClassName
{
background-color: #A8CFE4;
}
.BgClassName
{
background-color: #A8CFE4;
}
</style>
border-color css
<style>
span { border-color: #A8CFE4; }
span { border-color: rgb(168,207,228); }
td.TdClassName
{
border-color: #A8CFE4;
}
.TagClassName
{
border-color: #A8CFE4;
}
</style>