Shades of Sail #A5CBE7
Tints of Sail #A5CBE7
RGB
CMYK
RGB Variations
Color information
#A5CBE7 (or 0xA5CBE7) is known color: Sail. HEX triplet: A5, CB and E7. RGB value is (165,203,231). Sum of RGB (Red+Green+Blue) = 165+203+231=599 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.55% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 231 (90.62% from 255 or 38.56% from 599); Max value from RGB is 231 - color contains mainly: blue. Hex color #A5CBE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CBE7 is #5A3418. Grayscale: #C2C2C2. Windows color (decimal): -5911577 or 15190949. OLE color: 15190949.
HSL color Cylindrical-coordinate representation of color #A5CBE7: hue angle of 205.45º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5CBE7 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 203 | 231 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.09 |
| HSL | 205.45º | 0.58% | 0.78% | - |
| HSV(B) | 205.45º | 0.29% | 0.91% | - |
| XYZ | 51.3 | 56.48 | 83.8 | - |
| YUV | 194.83 | 148.41 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 203 | 231 | 0.29 | 0.12 | 0 | 0.09 | 205.45 | 0.58 | 0.78 |
| Hex | A5 | CB | E7 | 1D | C | 0 | 9 | CD | 3A | 4E |
| Octal | 245 | 313 | 347 | 35 | 14 | 0 | 11 | 315 | 72 | 116 |
| Binary | 10100101 | 11001011 | 11100111 | 11101 | 1100 | 0 | 1001 | 11001101 | 111010 | 1001110 |
Color Harmonies of #A5CBE7
Complementary color
Monochromatic Colors of #A5CBE7
Black with #A5CBE7
Text Example
Text Example
White with #A5CBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CBE7; }
p { color: rgb(165,203,231); }
H1.HeaderClassName
{
color: #A5CBE7;
}
.AnyTagClassName
{
color: #A5CBE7;
}
</style>
background-color css
<style>
a { background-color: #A5CBE7; }
a { background-color: rgb(165,203,231); }
div.DivClassName
{
background-color: #A5CBE7;
}
.BgClassName
{
background-color: #A5CBE7;
}
</style>
border-color css
<style>
span { border-color: #A5CBE7; }
span { border-color: rgb(165,203,231); }
td.TdClassName
{
border-color: #A5CBE7;
}
.TagClassName
{
border-color: #A5CBE7;
}
</style>