Shades of Hawkes Blue #CCD6FB
Tints of Hawkes Blue #CCD6FB
RGB
CMYK
RGB Variations
Color information
#CCD6FB (or 0xCCD6FB) is known color: Hawkes Blue. HEX triplet: CC, D6 and FB. RGB value is (204,214,251). Sum of RGB (Red+Green+Blue) = 204+214+251=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCD6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD6FB is #332904. Grayscale: #D7D7D7. Windows color (decimal): -3352837 or 16504524. OLE color: 16504524.
HSL color Cylindrical-coordinate representation of color #CCD6FB: hue angle of 227.23º 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 #CCD6FB is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 214 | 251 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.02 |
| HSL | 227.23º | 0.85% | 0.89% | - |
| HSV(B) | 227.23º | 0.19% | 0.98% | - |
| XYZ | 66.36 | 67.9 | 100.87 | - |
| YUV | 215.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 251 | 0.19 | 0.15 | 0 | 0.02 | 227.23 | 0.85 | 0.89 |
| Hex | CC | D6 | FB | 13 | F | 0 | 2 | E3 | 55 | 59 |
| Octal | 314 | 326 | 373 | 23 | 17 | 0 | 2 | 343 | 125 | 131 |
| Binary | 11001100 | 11010110 | 11111011 | 10011 | 1111 | 0 | 10 | 11100011 | 1010101 | 1011001 |
Color Harmonies of #CCD6FB
Complementary color
Monochromatic Colors of #CCD6FB
Black with #CCD6FB
Text Example
Text Example
White with #CCD6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6FB; }
p { color: rgb(204,214,251); }
H1.HeaderClassName
{
color: #CCD6FB;
}
.AnyTagClassName
{
color: #CCD6FB;
}
</style>
background-color css
<style>
a { background-color: #CCD6FB; }
a { background-color: rgb(204,214,251); }
div.DivClassName
{
background-color: #CCD6FB;
}
.BgClassName
{
background-color: #CCD6FB;
}
</style>
border-color css
<style>
span { border-color: #CCD6FB; }
span { border-color: rgb(204,214,251); }
td.TdClassName
{
border-color: #CCD6FB;
}
.TagClassName
{
border-color: #CCD6FB;
}
</style>