Shades of Hawkes Blue #C2DAFC
Tints of Hawkes Blue #C2DAFC
RGB
CMYK
RGB Variations
Color information
#C2DAFC (or 0xC2DAFC) is known color: Hawkes Blue. HEX triplet: C2, DA and FC. RGB value is (194,218,252). Sum of RGB (Red+Green+Blue) = 194+218+252=664 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.22% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAFC is #3D2503. Grayscale: #D6D6D6. Windows color (decimal): -4007172 or 16571074. OLE color: 16571074.
HSL color Cylindrical-coordinate representation of color #C2DAFC: hue angle of 215.17º 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 #C2DAFC is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 218 | 252 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.01 |
| HSL | 215.17º | 0.91% | 0.87% | - |
| HSV(B) | 215.17º | 0.23% | 0.99% | - |
| XYZ | 64.89 | 68.64 | 101.92 | - |
| YUV | 214.7 | 149.05 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 252 | 0.23 | 0.13 | 0 | 0.01 | 215.17 | 0.91 | 0.87 |
| Hex | C2 | DA | FC | 17 | D | 0 | 1 | D7 | 5B | 57 |
| Octal | 302 | 332 | 374 | 27 | 15 | 0 | 1 | 327 | 133 | 127 |
| Binary | 11000010 | 11011010 | 11111100 | 10111 | 1101 | 0 | 1 | 11010111 | 1011011 | 1010111 |
Color Harmonies of #C2DAFC
Complementary color
Monochromatic Colors of #C2DAFC
Black with #C2DAFC
Text Example
Text Example
White with #C2DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DAFC; }
p { color: rgb(194,218,252); }
H1.HeaderClassName
{
color: #C2DAFC;
}
.AnyTagClassName
{
color: #C2DAFC;
}
</style>
background-color css
<style>
a { background-color: #C2DAFC; }
a { background-color: rgb(194,218,252); }
div.DivClassName
{
background-color: #C2DAFC;
}
.BgClassName
{
background-color: #C2DAFC;
}
</style>
border-color css
<style>
span { border-color: #C2DAFC; }
span { border-color: rgb(194,218,252); }
td.TdClassName
{
border-color: #C2DAFC;
}
.TagClassName
{
border-color: #C2DAFC;
}
</style>