Shades of Hawkes Blue #CCD9F0
Tints of Hawkes Blue #CCD9F0
RGB
CMYK
RGB Variations
Color information
#CCD9F0 (or 0xCCD9F0) is known color: Hawkes Blue. HEX triplet: CC, D9 and F0. RGB value is (204,217,240). Sum of RGB (Red+Green+Blue) = 204+217+240=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCD9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9F0 is #33260F. Grayscale: #D7D7D7. Windows color (decimal): -3352080 or 15784396. OLE color: 15784396.
HSL color Cylindrical-coordinate representation of color #CCD9F0: hue angle of 218.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCD9F0 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 204 | 217 | 240 | - |
CMYK | 0.15 | 0.10 | 0 | 0.06 |
HSL | 218.33º | 0.55% | 0.87% | - |
HSV(B) | 218.33º | 0.15% | 0.94% | - |
XYZ | 65.44 | 68.75 | 92.26 | - |
YUV | 215.74 | 141.69 | 119.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 217 | 240 | 0.15 | 0.10 | 0 | 0.06 | 218.33 | 0.55 | 0.87 |
Hex | CC | D9 | F0 | F | A | 0 | 6 | DA | 37 | 57 |
Octal | 314 | 331 | 360 | 17 | 12 | 0 | 6 | 332 | 67 | 127 |
Binary | 11001100 | 11011001 | 11110000 | 1111 | 1010 | 0 | 110 | 11011010 | 110111 | 1010111 |
Color Harmonies of #CCD9F0
Complementary color
Monochromatic Colors of #CCD9F0
Black with #CCD9F0
Text Example
Text Example
White with #CCD9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9F0; }
p { color: rgb(204,217,240); }
H1.HeaderClassName
{
color: #CCD9F0;
}
.AnyTagClassName
{
color: #CCD9F0;
}
</style>
background-color css
<style>
a { background-color: #CCD9F0; }
a { background-color: rgb(204,217,240); }
div.DivClassName
{
background-color: #CCD9F0;
}
.BgClassName
{
background-color: #CCD9F0;
}
</style>
border-color css
<style>
span { border-color: #CCD9F0; }
span { border-color: rgb(204,217,240); }
td.TdClassName
{
border-color: #CCD9F0;
}
.TagClassName
{
border-color: #CCD9F0;
}
</style>