Shades of Hawkes Blue #CBD4ED
Tints of Hawkes Blue #CBD4ED
RGB
CMYK
RGB Variations
Color information
#CBD4ED (or 0xCBD4ED) is known color: Hawkes Blue. HEX triplet: CB, D4 and ED. RGB value is (203,212,237). Sum of RGB (Red+Green+Blue) = 203+212+237=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBD4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD4ED is #342B12. Grayscale: #D4D4D4. Windows color (decimal): -3418899 or 15586507. OLE color: 15586507.
HSL color Cylindrical-coordinate representation of color #CBD4ED: hue angle of 224.12º degrees, saturation: 0.49, 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 #CBD4ED is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 212 | 237 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.07 |
| HSL | 224.12º | 0.49% | 0.86% | - |
| HSV(B) | 224.12º | 0.14% | 0.93% | - |
| XYZ | 63.46 | 65.9 | 89.5 | - |
| YUV | 212.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 237 | 0.14 | 0.11 | 0 | 0.07 | 224.12 | 0.49 | 0.86 |
| Hex | CB | D4 | ED | E | B | 0 | 7 | E0 | 31 | 56 |
| Octal | 313 | 324 | 355 | 16 | 13 | 0 | 7 | 340 | 61 | 126 |
| Binary | 11001011 | 11010100 | 11101101 | 1110 | 1011 | 0 | 111 | 11100000 | 110001 | 1010110 |
Color Harmonies of #CBD4ED
Complementary color
Monochromatic Colors of #CBD4ED
Black with #CBD4ED
Text Example
Text Example
White with #CBD4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD4ED; }
p { color: rgb(203,212,237); }
H1.HeaderClassName
{
color: #CBD4ED;
}
.AnyTagClassName
{
color: #CBD4ED;
}
</style>
background-color css
<style>
a { background-color: #CBD4ED; }
a { background-color: rgb(203,212,237); }
div.DivClassName
{
background-color: #CBD4ED;
}
.BgClassName
{
background-color: #CBD4ED;
}
</style>
border-color css
<style>
span { border-color: #CBD4ED; }
span { border-color: rgb(203,212,237); }
td.TdClassName
{
border-color: #CBD4ED;
}
.TagClassName
{
border-color: #CBD4ED;
}
</style>