Shades of Sail #A6CBED
Tints of Sail #A6CBED
RGB
CMYK
RGB Variations
Color information
#A6CBED (or 0xA6CBED) is known color: Sail. HEX triplet: A6, CB and ED. RGB value is (166,203,237). Sum of RGB (Red+Green+Blue) = 166+203+237=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6CBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CBED is #593412. Grayscale: #C3C3C3. Windows color (decimal): -5846035 or 15584166. OLE color: 15584166.
HSL color Cylindrical-coordinate representation of color #A6CBED: hue angle of 208.73º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6CBED is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 203 | 237 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.07 |
| HSL | 208.73º | 0.66% | 0.79% | - |
| HSV(B) | 208.73º | 0.3% | 0.93% | - |
| XYZ | 52.37 | 56.93 | 88.35 | - |
| YUV | 195.81 | 151.24 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 203 | 237 | 0.30 | 0.14 | 0 | 0.07 | 208.73 | 0.66 | 0.79 |
| Hex | A6 | CB | ED | 1E | E | 0 | 7 | D1 | 42 | 4F |
| Octal | 246 | 313 | 355 | 36 | 16 | 0 | 7 | 321 | 102 | 117 |
| Binary | 10100110 | 11001011 | 11101101 | 11110 | 1110 | 0 | 111 | 11010001 | 1000010 | 1001111 |
Color Harmonies of #A6CBED
Complementary color
Monochromatic Colors of #A6CBED
Black with #A6CBED
Text Example
Text Example
White with #A6CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CBED; }
p { color: rgb(166,203,237); }
H1.HeaderClassName
{
color: #A6CBED;
}
.AnyTagClassName
{
color: #A6CBED;
}
</style>
background-color css
<style>
a { background-color: #A6CBED; }
a { background-color: rgb(166,203,237); }
div.DivClassName
{
background-color: #A6CBED;
}
.BgClassName
{
background-color: #A6CBED;
}
</style>
border-color css
<style>
span { border-color: #A6CBED; }
span { border-color: rgb(166,203,237); }
td.TdClassName
{
border-color: #A6CBED;
}
.TagClassName
{
border-color: #A6CBED;
}
</style>