Shades of Hawkes Blue #CCD5F9
Tints of Hawkes Blue #CCD5F9
RGB
CMYK
RGB Variations
Color information
#CCD5F9 (or 0xCCD5F9) is known color: Hawkes Blue. HEX triplet: CC, D5 and F9. RGB value is (204,213,249). Sum of RGB (Red+Green+Blue) = 204+213+249=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 249 (97.66% from 255 or 37.39% from 666); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCD5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD5F9 is #332A06. Grayscale: #D6D6D6. Windows color (decimal): -3353095 or 16373196. OLE color: 16373196.
HSL color Cylindrical-coordinate representation of color #CCD5F9: hue angle of 228º 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 #CCD5F9 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 213 | 249 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.02 |
| HSL | 228º | 0.79% | 0.89% | - |
| HSV(B) | 228º | 0.18% | 0.98% | - |
| XYZ | 65.79 | 67.27 | 99.14 | - |
| YUV | 214.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 249 | 0.18 | 0.14 | 0 | 0.02 | 228 | 0.79 | 0.89 |
| Hex | CC | D5 | F9 | 12 | E | 0 | 2 | E4 | 4F | 59 |
| Octal | 314 | 325 | 371 | 22 | 16 | 0 | 2 | 344 | 117 | 131 |
| Binary | 11001100 | 11010101 | 11111001 | 10010 | 1110 | 0 | 10 | 11100100 | 1001111 | 1011001 |
Color Harmonies of #CCD5F9
Complementary color
Monochromatic Colors of #CCD5F9
Black with #CCD5F9
Text Example
Text Example
White with #CCD5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5F9; }
p { color: rgb(204,213,249); }
H1.HeaderClassName
{
color: #CCD5F9;
}
.AnyTagClassName
{
color: #CCD5F9;
}
</style>
background-color css
<style>
a { background-color: #CCD5F9; }
a { background-color: rgb(204,213,249); }
div.DivClassName
{
background-color: #CCD5F9;
}
.BgClassName
{
background-color: #CCD5F9;
}
</style>
border-color css
<style>
span { border-color: #CCD5F9; }
span { border-color: rgb(204,213,249); }
td.TdClassName
{
border-color: #CCD5F9;
}
.TagClassName
{
border-color: #CCD5F9;
}
</style>