Shades of Hawkes Blue #CCD4F9
Tints of Hawkes Blue #CCD4F9
RGB
CMYK
RGB Variations
Color information
#CCD4F9 (or 0xCCD4F9) is known color: Hawkes Blue. HEX triplet: CC, D4 and F9. RGB value is (204,212,249). Sum of RGB (Red+Green+Blue) = 204+212+249=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 212 (83.20% from 255 or 31.88% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCD4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD4F9 is #332B06. Grayscale: #D5D5D5. Windows color (decimal): -3353351 or 16372940. OLE color: 16372940.
HSL color Cylindrical-coordinate representation of color #CCD4F9: hue angle of 229.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 #CCD4F9 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 212 | 249 | - |
CMYK | 0.18 | 0.15 | 0 | 0.02 |
HSL | 229.33º | 0.79% | 0.89% | - |
HSV(B) | 229.33º | 0.18% | 0.98% | - |
XYZ | 65.54 | 66.76 | 99.05 | - |
YUV | 213.83 | 147.85 | 120.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 212 | 249 | 0.18 | 0.15 | 0 | 0.02 | 229.33 | 0.79 | 0.89 |
Hex | CC | D4 | F9 | 12 | F | 0 | 2 | E5 | 4F | 59 |
Octal | 314 | 324 | 371 | 22 | 17 | 0 | 2 | 345 | 117 | 131 |
Binary | 11001100 | 11010100 | 11111001 | 10010 | 1111 | 0 | 10 | 11100101 | 1001111 | 1011001 |
Color Harmonies of #CCD4F9
Complementary color
Monochromatic Colors of #CCD4F9
Black with #CCD4F9
Text Example
Text Example
White with #CCD4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4F9; }
p { color: rgb(204,212,249); }
H1.HeaderClassName
{
color: #CCD4F9;
}
.AnyTagClassName
{
color: #CCD4F9;
}
</style>
background-color css
<style>
a { background-color: #CCD4F9; }
a { background-color: rgb(204,212,249); }
div.DivClassName
{
background-color: #CCD4F9;
}
.BgClassName
{
background-color: #CCD4F9;
}
</style>
border-color css
<style>
span { border-color: #CCD4F9; }
span { border-color: rgb(204,212,249); }
td.TdClassName
{
border-color: #CCD4F9;
}
.TagClassName
{
border-color: #CCD4F9;
}
</style>