Shades of Hawkes Blue #CBD5ED
Tints of Hawkes Blue #CBD5ED
RGB
CMYK
RGB Variations
Color information
#CBD5ED (or 0xCBD5ED) is known color: Hawkes Blue. HEX triplet: CB, D5 and ED. RGB value is (203,213,237). Sum of RGB (Red+Green+Blue) = 203+213+237=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBD5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD5ED is #342A12. Grayscale: #D4D4D4. Windows color (decimal): -3418643 or 15586763. OLE color: 15586763.
HSL color Cylindrical-coordinate representation of color #CBD5ED: hue angle of 222.35º 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 #CBD5ED is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 213 | 237 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.07 |
| HSL | 222.35º | 0.49% | 0.86% | - |
| HSV(B) | 222.35º | 0.14% | 0.93% | - |
| XYZ | 63.71 | 66.4 | 89.58 | - |
| YUV | 212.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 237 | 0.14 | 0.10 | 0 | 0.07 | 222.35 | 0.49 | 0.86 |
| Hex | CB | D5 | ED | E | A | 0 | 7 | DE | 31 | 56 |
| Octal | 313 | 325 | 355 | 16 | 12 | 0 | 7 | 336 | 61 | 126 |
| Binary | 11001011 | 11010101 | 11101101 | 1110 | 1010 | 0 | 111 | 11011110 | 110001 | 1010110 |
Color Harmonies of #CBD5ED
Complementary color
Monochromatic Colors of #CBD5ED
Black with #CBD5ED
Text Example
Text Example
White with #CBD5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD5ED; }
p { color: rgb(203,213,237); }
H1.HeaderClassName
{
color: #CBD5ED;
}
.AnyTagClassName
{
color: #CBD5ED;
}
</style>
background-color css
<style>
a { background-color: #CBD5ED; }
a { background-color: rgb(203,213,237); }
div.DivClassName
{
background-color: #CBD5ED;
}
.BgClassName
{
background-color: #CBD5ED;
}
</style>
border-color css
<style>
span { border-color: #CBD5ED; }
span { border-color: rgb(203,213,237); }
td.TdClassName
{
border-color: #CBD5ED;
}
.TagClassName
{
border-color: #CBD5ED;
}
</style>