Shades of Hawkes Blue #CCD7F9
Tints of Hawkes Blue #CCD7F9
RGB
CMYK
RGB Variations
Color information
#CCD7F9 (or 0xCCD7F9) is known color: Hawkes Blue. HEX triplet: CC, D7 and F9. RGB value is (204,215,249). Sum of RGB (Red+Green+Blue) = 204+215+249=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 215 (84.38% from 255 or 32.19% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCD7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD7F9 is #332806. Grayscale: #D7D7D7. Windows color (decimal): -3352583 or 16373708. OLE color: 16373708.
HSL color Cylindrical-coordinate representation of color #CCD7F9: hue angle of 225.33º 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 #CCD7F9 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 215 | 249 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.02 |
| HSL | 225.33º | 0.79% | 0.89% | - |
| HSV(B) | 225.33º | 0.18% | 0.98% | - |
| XYZ | 66.3 | 68.28 | 99.31 | - |
| YUV | 215.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 249 | 0.18 | 0.14 | 0 | 0.02 | 225.33 | 0.79 | 0.89 |
| Hex | CC | D7 | F9 | 12 | E | 0 | 2 | E1 | 4F | 59 |
| Octal | 314 | 327 | 371 | 22 | 16 | 0 | 2 | 341 | 117 | 131 |
| Binary | 11001100 | 11010111 | 11111001 | 10010 | 1110 | 0 | 10 | 11100001 | 1001111 | 1011001 |
Color Harmonies of #CCD7F9
Complementary color
Monochromatic Colors of #CCD7F9
Black with #CCD7F9
Text Example
Text Example
White with #CCD7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7F9; }
p { color: rgb(204,215,249); }
H1.HeaderClassName
{
color: #CCD7F9;
}
.AnyTagClassName
{
color: #CCD7F9;
}
</style>
background-color css
<style>
a { background-color: #CCD7F9; }
a { background-color: rgb(204,215,249); }
div.DivClassName
{
background-color: #CCD7F9;
}
.BgClassName
{
background-color: #CCD7F9;
}
</style>
border-color css
<style>
span { border-color: #CCD7F9; }
span { border-color: rgb(204,215,249); }
td.TdClassName
{
border-color: #CCD7F9;
}
.TagClassName
{
border-color: #CCD7F9;
}
</style>