Shades of Hawkes Blue #CCD9F9
Tints of Hawkes Blue #CCD9F9
RGB
CMYK
RGB Variations
Color information
#CCD9F9 (or 0xCCD9F9) is known color: Hawkes Blue. HEX triplet: CC, D9 and F9. RGB value is (204,217,249). Sum of RGB (Red+Green+Blue) = 204+217+249=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 217 (85.16% from 255 or 32.39% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCD9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9F9 is #332606. Grayscale: #D8D8D8. Windows color (decimal): -3352071 or 16374220. OLE color: 16374220.
HSL color Cylindrical-coordinate representation of color #CCD9F9: hue angle of 222.67º 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 #CCD9F9 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 217 | 249 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.02 |
| HSL | 222.67º | 0.79% | 0.89% | - |
| HSV(B) | 222.67º | 0.18% | 0.98% | - |
| XYZ | 66.81 | 69.3 | 99.48 | - |
| YUV | 216.76 | 146.19 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 249 | 0.18 | 0.13 | 0 | 0.02 | 222.67 | 0.79 | 0.89 |
| Hex | CC | D9 | F9 | 12 | D | 0 | 2 | DF | 4F | 59 |
| Octal | 314 | 331 | 371 | 22 | 15 | 0 | 2 | 337 | 117 | 131 |
| Binary | 11001100 | 11011001 | 11111001 | 10010 | 1101 | 0 | 10 | 11011111 | 1001111 | 1011001 |
Color Harmonies of #CCD9F9
Complementary color
Monochromatic Colors of #CCD9F9
Black with #CCD9F9
Text Example
Text Example
White with #CCD9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9F9; }
p { color: rgb(204,217,249); }
H1.HeaderClassName
{
color: #CCD9F9;
}
.AnyTagClassName
{
color: #CCD9F9;
}
</style>
background-color css
<style>
a { background-color: #CCD9F9; }
a { background-color: rgb(204,217,249); }
div.DivClassName
{
background-color: #CCD9F9;
}
.BgClassName
{
background-color: #CCD9F9;
}
</style>
border-color css
<style>
span { border-color: #CCD9F9; }
span { border-color: rgb(204,217,249); }
td.TdClassName
{
border-color: #CCD9F9;
}
.TagClassName
{
border-color: #CCD9F9;
}
</style>