Shades of Hawkes Blue #C2DBFF
Tints of Hawkes Blue #C2DBFF
RGB
CMYK
RGB Variations
Color information
#C2DBFF (or 0xC2DBFF) is known color: Hawkes Blue. HEX triplet: C2, DB and FF. RGB value is (194,219,255). Sum of RGB (Red+Green+Blue) = 194+219+255=668 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.04% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DBFF is #3D2400. Grayscale: #D7D7D7. Windows color (decimal): -4006913 or 16767938. OLE color: 16767938.
HSL color Cylindrical-coordinate representation of color #C2DBFF: hue angle of 215.41º 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 #C2DBFF is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 219 | 255 | - |
| CMYK | 0.24 | 0.14 | 0 | 0 |
| HSL | 215.41º | 1% | 0.88% | - |
| HSV(B) | 215.41º | 0.24% | 1% | - |
| XYZ | 65.63 | 69.35 | 104.54 | - |
| YUV | 215.63 | 150.22 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 255 | 0.24 | 0.14 | 0 | 0 | 215.41 | 1 | 0.88 |
| Hex | C2 | DB | FF | 18 | E | 0 | 0 | D7 | 64 | 58 |
| Octal | 302 | 333 | 377 | 30 | 16 | 0 | 0 | 327 | 144 | 130 |
| Binary | 11000010 | 11011011 | 11111111 | 11000 | 1110 | 0 | 0 | 11010111 | 1100100 | 1011000 |
Color Harmonies of #C2DBFF
Complementary color
Monochromatic Colors of #C2DBFF
Black with #C2DBFF
Text Example
Text Example
White with #C2DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DBFF; }
p { color: rgb(194,219,255); }
H1.HeaderClassName
{
color: #C2DBFF;
}
.AnyTagClassName
{
color: #C2DBFF;
}
</style>
background-color css
<style>
a { background-color: #C2DBFF; }
a { background-color: rgb(194,219,255); }
div.DivClassName
{
background-color: #C2DBFF;
}
.BgClassName
{
background-color: #C2DBFF;
}
</style>
border-color css
<style>
span { border-color: #C2DBFF; }
span { border-color: rgb(194,219,255); }
td.TdClassName
{
border-color: #C2DBFF;
}
.TagClassName
{
border-color: #C2DBFF;
}
</style>