Shades of Hawkes Blue #CBD3F4
Tints of Hawkes Blue #CBD3F4
RGB
CMYK
RGB Variations
Color information
#CBD3F4 (or 0xCBD3F4) is known color: Hawkes Blue. HEX triplet: CB, D3 and F4. RGB value is (203,211,244). Sum of RGB (Red+Green+Blue) = 203+211+244=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 244 (95.70% from 255 or 37.08% from 658); Max value from RGB is 244 - color contains mainly: blue. Hex color #CBD3F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD3F4 is #342C0B. Grayscale: #D4D4D4. Windows color (decimal): -3419148 or 16045003. OLE color: 16045003.
HSL color Cylindrical-coordinate representation of color #CBD3F4: hue angle of 228.29º 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 #CBD3F4 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 211 | 244 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.04 |
| HSL | 228.29º | 0.65% | 0.88% | - |
| HSV(B) | 228.29º | 0.17% | 0.96% | - |
| XYZ | 64.25 | 65.82 | 94.91 | - |
| YUV | 212.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 244 | 0.17 | 0.14 | 0 | 0.04 | 228.29 | 0.65 | 0.88 |
| Hex | CB | D3 | F4 | 11 | E | 0 | 4 | E4 | 41 | 58 |
| Octal | 313 | 323 | 364 | 21 | 16 | 0 | 4 | 344 | 101 | 130 |
| Binary | 11001011 | 11010011 | 11110100 | 10001 | 1110 | 0 | 100 | 11100100 | 1000001 | 1011000 |
Color Harmonies of #CBD3F4
Complementary color
Monochromatic Colors of #CBD3F4
Black with #CBD3F4
Text Example
Text Example
White with #CBD3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD3F4; }
p { color: rgb(203,211,244); }
H1.HeaderClassName
{
color: #CBD3F4;
}
.AnyTagClassName
{
color: #CBD3F4;
}
</style>
background-color css
<style>
a { background-color: #CBD3F4; }
a { background-color: rgb(203,211,244); }
div.DivClassName
{
background-color: #CBD3F4;
}
.BgClassName
{
background-color: #CBD3F4;
}
</style>
border-color css
<style>
span { border-color: #CBD3F4; }
span { border-color: rgb(203,211,244); }
td.TdClassName
{
border-color: #CBD3F4;
}
.TagClassName
{
border-color: #CBD3F4;
}
</style>