Shades of Sail #A4CBE6
Tints of Sail #A4CBE6
RGB
CMYK
RGB Variations
Color information
#A4CBE6 (or 0xA4CBE6) is known color: Sail. HEX triplet: A4, CB and E6. RGB value is (164,203,230). Sum of RGB (Red+Green+Blue) = 164+203+230=597 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.47% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #A4CBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CBE6 is #5B3419. Grayscale: #C2C2C2. Windows color (decimal): -5977114 or 15125412. OLE color: 15125412.
HSL color Cylindrical-coordinate representation of color #A4CBE6: hue angle of 204.55º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4CBE6 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 203 | 230 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.10 |
| HSL | 204.55º | 0.57% | 0.77% | - |
| HSV(B) | 204.55º | 0.29% | 0.9% | - |
| XYZ | 50.95 | 56.32 | 83.05 | - |
| YUV | 194.42 | 148.08 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 203 | 230 | 0.29 | 0.12 | 0 | 0.10 | 204.55 | 0.57 | 0.77 |
| Hex | A4 | CB | E6 | 1D | C | 0 | A | CD | 39 | 4D |
| Octal | 244 | 313 | 346 | 35 | 14 | 0 | 12 | 315 | 71 | 115 |
| Binary | 10100100 | 11001011 | 11100110 | 11101 | 1100 | 0 | 1010 | 11001101 | 111001 | 1001101 |
Color Harmonies of #A4CBE6
Complementary color
Monochromatic Colors of #A4CBE6
Black with #A4CBE6
Text Example
Text Example
White with #A4CBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CBE6; }
p { color: rgb(164,203,230); }
H1.HeaderClassName
{
color: #A4CBE6;
}
.AnyTagClassName
{
color: #A4CBE6;
}
</style>
background-color css
<style>
a { background-color: #A4CBE6; }
a { background-color: rgb(164,203,230); }
div.DivClassName
{
background-color: #A4CBE6;
}
.BgClassName
{
background-color: #A4CBE6;
}
</style>
border-color css
<style>
span { border-color: #A4CBE6; }
span { border-color: rgb(164,203,230); }
td.TdClassName
{
border-color: #A4CBE6;
}
.TagClassName
{
border-color: #A4CBE6;
}
</style>