Shades of Hawkes Blue #CBD8E8
Tints of Hawkes Blue #CBD8E8
RGB
CMYK
RGB Variations
Color information
#CBD8E8 (or 0xCBD8E8) is known color: Hawkes Blue. HEX triplet: CB, D8 and E8. RGB value is (203,216,232). Sum of RGB (Red+Green+Blue) = 203+216+232=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 216 (84.77% from 255 or 33.18% from 651); Blue value is 232 (91.02% from 255 or 35.64% from 651); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBD8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD8E8 is #342717. Grayscale: #D5D5D5. Windows color (decimal): -3417880 or 15259851. OLE color: 15259851.
HSL color Cylindrical-coordinate representation of color #CBD8E8: hue angle of 213.1º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBD8E8 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 216 | 232 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.09 |
| HSL | 213.1º | 0.39% | 0.85% | - |
| HSV(B) | 213.1º | 0.13% | 0.91% | - |
| XYZ | 63.75 | 67.63 | 86.04 | - |
| YUV | 213.94 | 138.19 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 216 | 232 | 0.12 | 0.07 | 0 | 0.09 | 213.1 | 0.39 | 0.85 |
| Hex | CB | D8 | E8 | C | 7 | 0 | 9 | D5 | 27 | 55 |
| Octal | 313 | 330 | 350 | 14 | 7 | 0 | 11 | 325 | 47 | 125 |
| Binary | 11001011 | 11011000 | 11101000 | 1100 | 111 | 0 | 1001 | 11010101 | 100111 | 1010101 |
Color Harmonies of #CBD8E8
Complementary color
Monochromatic Colors of #CBD8E8
Black with #CBD8E8
Text Example
Text Example
White with #CBD8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD8E8; }
p { color: rgb(203,216,232); }
H1.HeaderClassName
{
color: #CBD8E8;
}
.AnyTagClassName
{
color: #CBD8E8;
}
</style>
background-color css
<style>
a { background-color: #CBD8E8; }
a { background-color: rgb(203,216,232); }
div.DivClassName
{
background-color: #CBD8E8;
}
.BgClassName
{
background-color: #CBD8E8;
}
</style>
border-color css
<style>
span { border-color: #CBD8E8; }
span { border-color: rgb(203,216,232); }
td.TdClassName
{
border-color: #CBD8E8;
}
.TagClassName
{
border-color: #CBD8E8;
}
</style>