Shades of Hawkes Blue #CBD8EA
Tints of Hawkes Blue #CBD8EA
RGB
CMYK
RGB Variations
Color information
#CBD8EA (or 0xCBD8EA) is known color: Hawkes Blue. HEX triplet: CB, D8 and EA. RGB value is (203,216,234). Sum of RGB (Red+Green+Blue) = 203+216+234=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBD8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD8EA is #342715. Grayscale: #D6D6D6. Windows color (decimal): -3417878 or 15390923. OLE color: 15390923.
HSL color Cylindrical-coordinate representation of color #CBD8EA: hue angle of 214.84º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBD8EA is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 216 | 234 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.08 |
| HSL | 214.84º | 0.42% | 0.86% | - |
| HSV(B) | 214.84º | 0.13% | 0.92% | - |
| XYZ | 64.04 | 67.75 | 87.54 | - |
| YUV | 214.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 216 | 234 | 0.13 | 0.08 | 0 | 0.08 | 214.84 | 0.42 | 0.86 |
| Hex | CB | D8 | EA | D | 8 | 0 | 8 | D7 | 2A | 56 |
| Octal | 313 | 330 | 352 | 15 | 10 | 0 | 10 | 327 | 52 | 126 |
| Binary | 11001011 | 11011000 | 11101010 | 1101 | 1000 | 0 | 1000 | 11010111 | 101010 | 1010110 |
Color Harmonies of #CBD8EA
Complementary color
Monochromatic Colors of #CBD8EA
Black with #CBD8EA
Text Example
Text Example
White with #CBD8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD8EA; }
p { color: rgb(203,216,234); }
H1.HeaderClassName
{
color: #CBD8EA;
}
.AnyTagClassName
{
color: #CBD8EA;
}
</style>
background-color css
<style>
a { background-color: #CBD8EA; }
a { background-color: rgb(203,216,234); }
div.DivClassName
{
background-color: #CBD8EA;
}
.BgClassName
{
background-color: #CBD8EA;
}
</style>
border-color css
<style>
span { border-color: #CBD8EA; }
span { border-color: rgb(203,216,234); }
td.TdClassName
{
border-color: #CBD8EA;
}
.TagClassName
{
border-color: #CBD8EA;
}
</style>