Shades of Hawkes Blue #CBDDFC
Tints of Hawkes Blue #CBDDFC
RGB
CMYK
RGB Variations
Color information
#CBDDFC (or 0xCBDDFC) is known color: Hawkes Blue. HEX triplet: CB, DD and FC. RGB value is (203,221,252). Sum of RGB (Red+Green+Blue) = 203+221+252=676 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.03% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBDDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDDFC is #342203. Grayscale: #DBDBDB. Windows color (decimal): -3416580 or 16571851. OLE color: 16571851.
HSL color Cylindrical-coordinate representation of color #CBDDFC: hue angle of 217.96º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBDDFC is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 221 | 252 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.01 |
| HSL | 217.96º | 0.89% | 0.89% | - |
| HSV(B) | 217.96º | 0.19% | 0.99% | - |
| XYZ | 68.06 | 71.44 | 102.3 | - |
| YUV | 219.15 | 146.54 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 252 | 0.19 | 0.12 | 0 | 0.01 | 217.96 | 0.89 | 0.89 |
| Hex | CB | DD | FC | 13 | C | 0 | 1 | DA | 59 | 59 |
| Octal | 313 | 335 | 374 | 23 | 14 | 0 | 1 | 332 | 131 | 131 |
| Binary | 11001011 | 11011101 | 11111100 | 10011 | 1100 | 0 | 1 | 11011010 | 1011001 | 1011001 |
Color Harmonies of #CBDDFC
Complementary color
Monochromatic Colors of #CBDDFC
Black with #CBDDFC
Text Example
Text Example
White with #CBDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDFC; }
p { color: rgb(203,221,252); }
H1.HeaderClassName
{
color: #CBDDFC;
}
.AnyTagClassName
{
color: #CBDDFC;
}
</style>
background-color css
<style>
a { background-color: #CBDDFC; }
a { background-color: rgb(203,221,252); }
div.DivClassName
{
background-color: #CBDDFC;
}
.BgClassName
{
background-color: #CBDDFC;
}
</style>
border-color css
<style>
span { border-color: #CBDDFC; }
span { border-color: rgb(203,221,252); }
td.TdClassName
{
border-color: #CBDDFC;
}
.TagClassName
{
border-color: #CBDDFC;
}
</style>