Shades of Hawkes Blue #CCDEF9
Tints of Hawkes Blue #CCDEF9
RGB
CMYK
RGB Variations
Color information
#CCDEF9 (or 0xCCDEF9) is known color: Hawkes Blue. HEX triplet: CC, DE and F9. RGB value is (204,222,249). Sum of RGB (Red+Green+Blue) = 204+222+249=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCDEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEF9 is #332106. Grayscale: #DBDBDB. Windows color (decimal): -3350791 or 16375500. OLE color: 16375500.
HSL color Cylindrical-coordinate representation of color #CCDEF9: hue angle of 216º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCDEF9 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 222 | 249 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.02 |
| HSL | 216º | 0.79% | 0.89% | - |
| HSV(B) | 216º | 0.18% | 0.98% | - |
| XYZ | 68.12 | 71.92 | 99.91 | - |
| YUV | 219.7 | 144.54 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 249 | 0.18 | 0.11 | 0 | 0.02 | 216 | 0.79 | 0.89 |
| Hex | CC | DE | F9 | 12 | B | 0 | 2 | D8 | 4F | 59 |
| Octal | 314 | 336 | 371 | 22 | 13 | 0 | 2 | 330 | 117 | 131 |
| Binary | 11001100 | 11011110 | 11111001 | 10010 | 1011 | 0 | 10 | 11011000 | 1001111 | 1011001 |
Color Harmonies of #CCDEF9
Complementary color
Monochromatic Colors of #CCDEF9
Black with #CCDEF9
Text Example
Text Example
White with #CCDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEF9; }
p { color: rgb(204,222,249); }
H1.HeaderClassName
{
color: #CCDEF9;
}
.AnyTagClassName
{
color: #CCDEF9;
}
</style>
background-color css
<style>
a { background-color: #CCDEF9; }
a { background-color: rgb(204,222,249); }
div.DivClassName
{
background-color: #CCDEF9;
}
.BgClassName
{
background-color: #CCDEF9;
}
</style>
border-color css
<style>
span { border-color: #CCDEF9; }
span { border-color: rgb(204,222,249); }
td.TdClassName
{
border-color: #CCDEF9;
}
.TagClassName
{
border-color: #CCDEF9;
}
</style>