Shades of Sail #A8D4ED
Tints of Sail #A8D4ED
RGB
CMYK
RGB Variations
Color information
#A8D4ED (or 0xA8D4ED) is known color: Sail. HEX triplet: A8, D4 and ED. RGB value is (168,212,237). Sum of RGB (Red+Green+Blue) = 168+212+237=617 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.23% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8D4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D4ED is #572B12. Grayscale: #C9C9C9. Windows color (decimal): -5712659 or 15586472. OLE color: 15586472.
HSL color Cylindrical-coordinate representation of color #A8D4ED: hue angle of 201.74º 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 #A8D4ED is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 212 | 237 | - |
CMYK | 0.29 | 0.11 | 0 | 0.07 |
HSL | 201.74º | 0.66% | 0.79% | - |
HSV(B) | 201.74º | 0.29% | 0.93% | - |
XYZ | 54.98 | 61.53 | 89.1 | - |
YUV | 201.69 | 147.92 | 103.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 212 | 237 | 0.29 | 0.11 | 0 | 0.07 | 201.74 | 0.66 | 0.79 |
Hex | A8 | D4 | ED | 1D | B | 0 | 7 | CA | 42 | 4F |
Octal | 250 | 324 | 355 | 35 | 13 | 0 | 7 | 312 | 102 | 117 |
Binary | 10101000 | 11010100 | 11101101 | 11101 | 1011 | 0 | 111 | 11001010 | 1000010 | 1001111 |
Color Harmonies of #A8D4ED
Complementary color
Monochromatic Colors of #A8D4ED
Black with #A8D4ED
Text Example
Text Example
White with #A8D4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D4ED; }
p { color: rgb(168,212,237); }
H1.HeaderClassName
{
color: #A8D4ED;
}
.AnyTagClassName
{
color: #A8D4ED;
}
</style>
background-color css
<style>
a { background-color: #A8D4ED; }
a { background-color: rgb(168,212,237); }
div.DivClassName
{
background-color: #A8D4ED;
}
.BgClassName
{
background-color: #A8D4ED;
}
</style>
border-color css
<style>
span { border-color: #A8D4ED; }
span { border-color: rgb(168,212,237); }
td.TdClassName
{
border-color: #A8D4ED;
}
.TagClassName
{
border-color: #A8D4ED;
}
</style>