Shades of Sail #A8D3F2
Tints of Sail #A8D3F2
RGB
CMYK
RGB Variations
Color information
#A8D3F2 (or 0xA8D3F2) is known color: Sail. HEX triplet: A8, D3 and F2. RGB value is (168,211,242). Sum of RGB (Red+Green+Blue) = 168+211+242=621 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.05% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #A8D3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D3F2 is #572C0D. Grayscale: #C9C9C9. Windows color (decimal): -5712910 or 15913896. OLE color: 15913896.
HSL color Cylindrical-coordinate representation of color #A8D3F2: hue angle of 205.14º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8D3F2 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 168 | 211 | 242 | - |
CMYK | 0.31 | 0.13 | 0 | 0.05 |
HSL | 205.14º | 0.74% | 0.8% | - |
HSV(B) | 205.14º | 0.31% | 0.95% | - |
XYZ | 55.47 | 61.32 | 92.92 | - |
YUV | 201.68 | 150.75 | 103.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 211 | 242 | 0.31 | 0.13 | 0 | 0.05 | 205.14 | 0.74 | 0.8 |
Hex | A8 | D3 | F2 | 1F | D | 0 | 5 | CD | 4A | 50 |
Octal | 250 | 323 | 362 | 37 | 15 | 0 | 5 | 315 | 112 | 120 |
Binary | 10101000 | 11010011 | 11110010 | 11111 | 1101 | 0 | 101 | 11001101 | 1001010 | 1010000 |
Color Harmonies of #A8D3F2
Complementary color
Monochromatic Colors of #A8D3F2
Black with #A8D3F2
Text Example
Text Example
White with #A8D3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D3F2; }
p { color: rgb(168,211,242); }
H1.HeaderClassName
{
color: #A8D3F2;
}
.AnyTagClassName
{
color: #A8D3F2;
}
</style>
background-color css
<style>
a { background-color: #A8D3F2; }
a { background-color: rgb(168,211,242); }
div.DivClassName
{
background-color: #A8D3F2;
}
.BgClassName
{
background-color: #A8D3F2;
}
</style>
border-color css
<style>
span { border-color: #A8D3F2; }
span { border-color: rgb(168,211,242); }
td.TdClassName
{
border-color: #A8D3F2;
}
.TagClassName
{
border-color: #A8D3F2;
}
</style>