Shades of Hawkes Blue #C2DEFF
Tints of Hawkes Blue #C2DEFF
RGB
CMYK
RGB Variations
Color information
#C2DEFF (or 0xC2DEFF) is known color: Hawkes Blue. HEX triplet: C2, DE and FF. RGB value is (194,222,255). Sum of RGB (Red+Green+Blue) = 194+222+255=671 (88% of max value = 765). Red value is 194 (76.17% from 255 or 28.91% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DEFF is #3D2100. Grayscale: #D9D9D9. Windows color (decimal): -4006145 or 16768706. OLE color: 16768706.
HSL color Cylindrical-coordinate representation of color #C2DEFF: hue angle of 212.46º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2DEFF is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 222 | 255 | - |
| CMYK | 0.24 | 0.13 | 0 | 0 |
| HSL | 212.46º | 1% | 0.88% | - |
| HSV(B) | 212.46º | 0.24% | 1% | - |
| XYZ | 66.42 | 70.93 | 104.8 | - |
| YUV | 217.39 | 149.22 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 255 | 0.24 | 0.13 | 0 | 0 | 212.46 | 1 | 0.88 |
| Hex | C2 | DE | FF | 18 | D | 0 | 0 | D4 | 64 | 58 |
| Octal | 302 | 336 | 377 | 30 | 15 | 0 | 0 | 324 | 144 | 130 |
| Binary | 11000010 | 11011110 | 11111111 | 11000 | 1101 | 0 | 0 | 11010100 | 1100100 | 1011000 |
Color Harmonies of #C2DEFF
Complementary color
Monochromatic Colors of #C2DEFF
Black with #C2DEFF
Text Example
Text Example
White with #C2DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DEFF; }
p { color: rgb(194,222,255); }
H1.HeaderClassName
{
color: #C2DEFF;
}
.AnyTagClassName
{
color: #C2DEFF;
}
</style>
background-color css
<style>
a { background-color: #C2DEFF; }
a { background-color: rgb(194,222,255); }
div.DivClassName
{
background-color: #C2DEFF;
}
.BgClassName
{
background-color: #C2DEFF;
}
</style>
border-color css
<style>
span { border-color: #C2DEFF; }
span { border-color: rgb(194,222,255); }
td.TdClassName
{
border-color: #C2DEFF;
}
.TagClassName
{
border-color: #C2DEFF;
}
</style>