Shades of Hawkes Blue #C2DBF7
Tints of Hawkes Blue #C2DBF7
RGB
CMYK
RGB Variations
Color information
#C2DBF7 (or 0xC2DBF7) is known color: Hawkes Blue. HEX triplet: C2, DB and F7. RGB value is (194,219,247). Sum of RGB (Red+Green+Blue) = 194+219+247=660 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.39% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 247 - color contains mainly: blue. Hex color #C2DBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DBF7 is #3D2408. Grayscale: #D6D6D6. Windows color (decimal): -4006921 or 16243650. OLE color: 16243650.
HSL color Cylindrical-coordinate representation of color #C2DBF7: hue angle of 211.7º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2DBF7 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 219 | 247 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.03 |
| HSL | 211.7º | 0.77% | 0.86% | - |
| HSV(B) | 211.7º | 0.21% | 0.97% | - |
| XYZ | 64.37 | 68.85 | 97.89 | - |
| YUV | 214.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 247 | 0.21 | 0.11 | 0 | 0.03 | 211.7 | 0.77 | 0.86 |
| Hex | C2 | DB | F7 | 15 | B | 0 | 3 | D4 | 4D | 56 |
| Octal | 302 | 333 | 367 | 25 | 13 | 0 | 3 | 324 | 115 | 126 |
| Binary | 11000010 | 11011011 | 11110111 | 10101 | 1011 | 0 | 11 | 11010100 | 1001101 | 1010110 |
Color Harmonies of #C2DBF7
Complementary color
Monochromatic Colors of #C2DBF7
Black with #C2DBF7
Text Example
Text Example
White with #C2DBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DBF7; }
p { color: rgb(194,219,247); }
H1.HeaderClassName
{
color: #C2DBF7;
}
.AnyTagClassName
{
color: #C2DBF7;
}
</style>
background-color css
<style>
a { background-color: #C2DBF7; }
a { background-color: rgb(194,219,247); }
div.DivClassName
{
background-color: #C2DBF7;
}
.BgClassName
{
background-color: #C2DBF7;
}
</style>
border-color css
<style>
span { border-color: #C2DBF7; }
span { border-color: rgb(194,219,247); }
td.TdClassName
{
border-color: #C2DBF7;
}
.TagClassName
{
border-color: #C2DBF7;
}
</style>