Shades of Hawkes Blue #CBD8EC
Tints of Hawkes Blue #CBD8EC
RGB
CMYK
RGB Variations
Color information
#CBD8EC (or 0xCBD8EC) is known color: Hawkes Blue. HEX triplet: CB, D8 and EC. RGB value is (203,216,236). Sum of RGB (Red+Green+Blue) = 203+216+236=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBD8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD8EC is #342713. Grayscale: #D6D6D6. Windows color (decimal): -3417876 or 15521995. OLE color: 15521995.
HSL color Cylindrical-coordinate representation of color #CBD8EC: hue angle of 216.36º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBD8EC is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 216 | 236 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.07 |
| HSL | 216.36º | 0.46% | 0.86% | - |
| HSV(B) | 216.36º | 0.14% | 0.93% | - |
| XYZ | 64.32 | 67.86 | 89.07 | - |
| YUV | 214.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 216 | 236 | 0.14 | 0.08 | 0 | 0.07 | 216.36 | 0.46 | 0.86 |
| Hex | CB | D8 | EC | E | 8 | 0 | 7 | D8 | 2E | 56 |
| Octal | 313 | 330 | 354 | 16 | 10 | 0 | 7 | 330 | 56 | 126 |
| Binary | 11001011 | 11011000 | 11101100 | 1110 | 1000 | 0 | 111 | 11011000 | 101110 | 1010110 |
Color Harmonies of #CBD8EC
Complementary color
Monochromatic Colors of #CBD8EC
Black with #CBD8EC
Text Example
Text Example
White with #CBD8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD8EC; }
p { color: rgb(203,216,236); }
H1.HeaderClassName
{
color: #CBD8EC;
}
.AnyTagClassName
{
color: #CBD8EC;
}
</style>
background-color css
<style>
a { background-color: #CBD8EC; }
a { background-color: rgb(203,216,236); }
div.DivClassName
{
background-color: #CBD8EC;
}
.BgClassName
{
background-color: #CBD8EC;
}
</style>
border-color css
<style>
span { border-color: #CBD8EC; }
span { border-color: rgb(203,216,236); }
td.TdClassName
{
border-color: #CBD8EC;
}
.TagClassName
{
border-color: #CBD8EC;
}
</style>