Shades of Hawkes Blue #C2DBFB
Tints of Hawkes Blue #C2DBFB
RGB
CMYK
RGB Variations
Color information
#C2DBFB (or 0xC2DBFB) is known color: Hawkes Blue. HEX triplet: C2, DB and FB. RGB value is (194,219,251). Sum of RGB (Red+Green+Blue) = 194+219+251=664 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.22% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2DBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DBFB is #3D2404. Grayscale: #D7D7D7. Windows color (decimal): -4006917 or 16505794. OLE color: 16505794.
HSL color Cylindrical-coordinate representation of color #C2DBFB: hue angle of 213.68º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2DBFB is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 219 | 251 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.02 |
| HSL | 213.68º | 0.88% | 0.87% | - |
| HSV(B) | 213.68º | 0.23% | 0.98% | - |
| XYZ | 64.99 | 69.1 | 101.18 | - |
| YUV | 215.17 | 148.22 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 251 | 0.23 | 0.13 | 0 | 0.02 | 213.68 | 0.88 | 0.87 |
| Hex | C2 | DB | FB | 17 | D | 0 | 2 | D6 | 58 | 57 |
| Octal | 302 | 333 | 373 | 27 | 15 | 0 | 2 | 326 | 130 | 127 |
| Binary | 11000010 | 11011011 | 11111011 | 10111 | 1101 | 0 | 10 | 11010110 | 1011000 | 1010111 |
Color Harmonies of #C2DBFB
Complementary color
Monochromatic Colors of #C2DBFB
Black with #C2DBFB
Text Example
Text Example
White with #C2DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DBFB; }
p { color: rgb(194,219,251); }
H1.HeaderClassName
{
color: #C2DBFB;
}
.AnyTagClassName
{
color: #C2DBFB;
}
</style>
background-color css
<style>
a { background-color: #C2DBFB; }
a { background-color: rgb(194,219,251); }
div.DivClassName
{
background-color: #C2DBFB;
}
.BgClassName
{
background-color: #C2DBFB;
}
</style>
border-color css
<style>
span { border-color: #C2DBFB; }
span { border-color: rgb(194,219,251); }
td.TdClassName
{
border-color: #C2DBFB;
}
.TagClassName
{
border-color: #C2DBFB;
}
</style>