Shades of Sail #A8CEED
Tints of Sail #A8CEED
RGB
CMYK
RGB Variations
Color information
#A8CEED (or 0xA8CEED) is known color: Sail. HEX triplet: A8, CE and ED. RGB value is (168,206,237). Sum of RGB (Red+Green+Blue) = 168+206+237=611 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.50% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8CEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CEED is #573112. Grayscale: #C6C6C6. Windows color (decimal): -5714195 or 15584936. OLE color: 15584936.
HSL color Cylindrical-coordinate representation of color #A8CEED: hue angle of 206.96º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8CEED is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 206 | 237 | - |
CMYK | 0.29 | 0.13 | 0 | 0.07 |
HSL | 206.96º | 0.66% | 0.79% | - |
HSV(B) | 206.96º | 0.29% | 0.93% | - |
XYZ | 53.51 | 58.58 | 88.61 | - |
YUV | 198.17 | 149.91 | 106.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 206 | 237 | 0.29 | 0.13 | 0 | 0.07 | 206.96 | 0.66 | 0.79 |
Hex | A8 | CE | ED | 1D | D | 0 | 7 | CF | 42 | 4F |
Octal | 250 | 316 | 355 | 35 | 15 | 0 | 7 | 317 | 102 | 117 |
Binary | 10101000 | 11001110 | 11101101 | 11101 | 1101 | 0 | 111 | 11001111 | 1000010 | 1001111 |
Color Harmonies of #A8CEED
Complementary color
Monochromatic Colors of #A8CEED
Black with #A8CEED
Text Example
Text Example
White with #A8CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CEED; }
p { color: rgb(168,206,237); }
H1.HeaderClassName
{
color: #A8CEED;
}
.AnyTagClassName
{
color: #A8CEED;
}
</style>
background-color css
<style>
a { background-color: #A8CEED; }
a { background-color: rgb(168,206,237); }
div.DivClassName
{
background-color: #A8CEED;
}
.BgClassName
{
background-color: #A8CEED;
}
</style>
border-color css
<style>
span { border-color: #A8CEED; }
span { border-color: rgb(168,206,237); }
td.TdClassName
{
border-color: #A8CEED;
}
.TagClassName
{
border-color: #A8CEED;
}
</style>