Shades of Hawkes Blue #C2DCFC
Tints of Hawkes Blue #C2DCFC
RGB
CMYK
RGB Variations
Color information
#C2DCFC (or 0xC2DCFC) is known color: Hawkes Blue. HEX triplet: C2, DC and FC. RGB value is (194,220,252). Sum of RGB (Red+Green+Blue) = 194+220+252=666 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.13% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DCFC is #3D2303. Grayscale: #D7D7D7. Windows color (decimal): -4006660 or 16571586. OLE color: 16571586.
HSL color Cylindrical-coordinate representation of color #C2DCFC: hue angle of 213.1º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2DCFC is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 220 | 252 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.01 |
| HSL | 213.1º | 0.91% | 0.87% | - |
| HSV(B) | 213.1º | 0.23% | 0.99% | - |
| XYZ | 65.41 | 69.68 | 102.1 | - |
| YUV | 215.87 | 148.39 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 252 | 0.23 | 0.13 | 0 | 0.01 | 213.1 | 0.91 | 0.87 |
| Hex | C2 | DC | FC | 17 | D | 0 | 1 | D5 | 5B | 57 |
| Octal | 302 | 334 | 374 | 27 | 15 | 0 | 1 | 325 | 133 | 127 |
| Binary | 11000010 | 11011100 | 11111100 | 10111 | 1101 | 0 | 1 | 11010101 | 1011011 | 1010111 |
Color Harmonies of #C2DCFC
Complementary color
Monochromatic Colors of #C2DCFC
Black with #C2DCFC
Text Example
Text Example
White with #C2DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCFC; }
p { color: rgb(194,220,252); }
H1.HeaderClassName
{
color: #C2DCFC;
}
.AnyTagClassName
{
color: #C2DCFC;
}
</style>
background-color css
<style>
a { background-color: #C2DCFC; }
a { background-color: rgb(194,220,252); }
div.DivClassName
{
background-color: #C2DCFC;
}
.BgClassName
{
background-color: #C2DCFC;
}
</style>
border-color css
<style>
span { border-color: #C2DCFC; }
span { border-color: rgb(194,220,252); }
td.TdClassName
{
border-color: #C2DCFC;
}
.TagClassName
{
border-color: #C2DCFC;
}
</style>