Shades of Hawkes Blue #CCD7FB
Tints of Hawkes Blue #CCD7FB
RGB
CMYK
RGB Variations
Color information
#CCD7FB (or 0xCCD7FB) is known color: Hawkes Blue. HEX triplet: CC, D7 and FB. RGB value is (204,215,251). Sum of RGB (Red+Green+Blue) = 204+215+251=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 215 (84.38% from 255 or 32.09% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCD7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD7FB is #332804. Grayscale: #D7D7D7. Windows color (decimal): -3352581 or 16504780. OLE color: 16504780.
HSL color Cylindrical-coordinate representation of color #CCD7FB: hue angle of 225.96º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCD7FB is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 215 | 251 | - |
CMYK | 0.19 | 0.14 | 0 | 0.02 |
HSL | 225.96º | 0.85% | 0.89% | - |
HSV(B) | 225.96º | 0.19% | 0.98% | - |
XYZ | 66.61 | 68.4 | 100.96 | - |
YUV | 215.82 | 147.86 | 119.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 215 | 251 | 0.19 | 0.14 | 0 | 0.02 | 225.96 | 0.85 | 0.89 |
Hex | CC | D7 | FB | 13 | E | 0 | 2 | E2 | 55 | 59 |
Octal | 314 | 327 | 373 | 23 | 16 | 0 | 2 | 342 | 125 | 131 |
Binary | 11001100 | 11010111 | 11111011 | 10011 | 1110 | 0 | 10 | 11100010 | 1010101 | 1011001 |
Color Harmonies of #CCD7FB
Complementary color
Monochromatic Colors of #CCD7FB
Black with #CCD7FB
Text Example
Text Example
White with #CCD7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7FB; }
p { color: rgb(204,215,251); }
H1.HeaderClassName
{
color: #CCD7FB;
}
.AnyTagClassName
{
color: #CCD7FB;
}
</style>
background-color css
<style>
a { background-color: #CCD7FB; }
a { background-color: rgb(204,215,251); }
div.DivClassName
{
background-color: #CCD7FB;
}
.BgClassName
{
background-color: #CCD7FB;
}
</style>
border-color css
<style>
span { border-color: #CCD7FB; }
span { border-color: rgb(204,215,251); }
td.TdClassName
{
border-color: #CCD7FB;
}
.TagClassName
{
border-color: #CCD7FB;
}
</style>