Shades of Hawkes Blue #CBDCEF
Tints of Hawkes Blue #CBDCEF
RGB
CMYK
RGB Variations
Color information
#CBDCEF (or 0xCBDCEF) is known color: Hawkes Blue. HEX triplet: CB, DC and EF. RGB value is (203,220,239). Sum of RGB (Red+Green+Blue) = 203+220+239=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBDCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDCEF is #342310. Grayscale: #D8D8D8. Windows color (decimal): -3416849 or 15719627. OLE color: 15719627.
HSL color Cylindrical-coordinate representation of color #CBDCEF: hue angle of 211.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBDCEF is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 220 | 239 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.06 |
| HSL | 211.67º | 0.53% | 0.87% | - |
| HSV(B) | 211.67º | 0.15% | 0.94% | - |
| XYZ | 65.8 | 70.11 | 91.73 | - |
| YUV | 217.08 | 140.37 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 239 | 0.15 | 0.08 | 0 | 0.06 | 211.67 | 0.53 | 0.87 |
| Hex | CB | DC | EF | F | 8 | 0 | 6 | D4 | 35 | 57 |
| Octal | 313 | 334 | 357 | 17 | 10 | 0 | 6 | 324 | 65 | 127 |
| Binary | 11001011 | 11011100 | 11101111 | 1111 | 1000 | 0 | 110 | 11010100 | 110101 | 1010111 |
Color Harmonies of #CBDCEF
Complementary color
Monochromatic Colors of #CBDCEF
Black with #CBDCEF
Text Example
Text Example
White with #CBDCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDCEF; }
p { color: rgb(203,220,239); }
H1.HeaderClassName
{
color: #CBDCEF;
}
.AnyTagClassName
{
color: #CBDCEF;
}
</style>
background-color css
<style>
a { background-color: #CBDCEF; }
a { background-color: rgb(203,220,239); }
div.DivClassName
{
background-color: #CBDCEF;
}
.BgClassName
{
background-color: #CBDCEF;
}
</style>
border-color css
<style>
span { border-color: #CBDCEF; }
span { border-color: rgb(203,220,239); }
td.TdClassName
{
border-color: #CBDCEF;
}
.TagClassName
{
border-color: #CBDCEF;
}
</style>