Shades of Hawkes Blue #CBDEF4
Tints of Hawkes Blue #CBDEF4
RGB
CMYK
RGB Variations
Color information
#CBDEF4 (or 0xCBDEF4) is known color: Hawkes Blue. HEX triplet: CB, DE and F4. RGB value is (203,222,244). Sum of RGB (Red+Green+Blue) = 203+222+244=669 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.34% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 244 - color contains mainly: blue. Hex color #CBDEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDEF4 is #34210B. Grayscale: #DADADA. Windows color (decimal): -3416332 or 16047819. OLE color: 16047819.
HSL color Cylindrical-coordinate representation of color #CBDEF4: hue angle of 212.2º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBDEF4 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 222 | 244 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.04 |
| HSL | 212.2º | 0.65% | 0.88% | - |
| HSV(B) | 212.2º | 0.17% | 0.96% | - |
| XYZ | 67.08 | 71.47 | 95.85 | - |
| YUV | 218.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 244 | 0.17 | 0.09 | 0 | 0.04 | 212.2 | 0.65 | 0.88 |
| Hex | CB | DE | F4 | 11 | 9 | 0 | 4 | D4 | 41 | 58 |
| Octal | 313 | 336 | 364 | 21 | 11 | 0 | 4 | 324 | 101 | 130 |
| Binary | 11001011 | 11011110 | 11110100 | 10001 | 1001 | 0 | 100 | 11010100 | 1000001 | 1011000 |
Color Harmonies of #CBDEF4
Complementary color
Monochromatic Colors of #CBDEF4
Black with #CBDEF4
Text Example
Text Example
White with #CBDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDEF4; }
p { color: rgb(203,222,244); }
H1.HeaderClassName
{
color: #CBDEF4;
}
.AnyTagClassName
{
color: #CBDEF4;
}
</style>
background-color css
<style>
a { background-color: #CBDEF4; }
a { background-color: rgb(203,222,244); }
div.DivClassName
{
background-color: #CBDEF4;
}
.BgClassName
{
background-color: #CBDEF4;
}
</style>
border-color css
<style>
span { border-color: #CBDEF4; }
span { border-color: rgb(203,222,244); }
td.TdClassName
{
border-color: #CBDEF4;
}
.TagClassName
{
border-color: #CBDEF4;
}
</style>