Shades of Hawkes Blue #C2D6FB
Tints of Hawkes Blue #C2D6FB
RGB
CMYK
RGB Variations
Color information
#C2D6FB (or 0xC2D6FB) is known color: Hawkes Blue. HEX triplet: C2, D6 and FB. RGB value is (194,214,251). Sum of RGB (Red+Green+Blue) = 194+214+251=659 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.44% from 659); Green value is 214 (83.98% from 255 or 32.47% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2D6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D6FB is #3D2904. Grayscale: #D4D4D4. Windows color (decimal): -4008197 or 16504514. OLE color: 16504514.
HSL color Cylindrical-coordinate representation of color #C2D6FB: hue angle of 218.95º 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 #C2D6FB is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 214 | 251 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.02 |
| HSL | 218.95º | 0.88% | 0.87% | - |
| HSV(B) | 218.95º | 0.23% | 0.98% | - |
| XYZ | 63.71 | 66.53 | 100.75 | - |
| YUV | 212.24 | 149.87 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 251 | 0.23 | 0.15 | 0 | 0.02 | 218.95 | 0.88 | 0.87 |
| Hex | C2 | D6 | FB | 17 | F | 0 | 2 | DB | 58 | 57 |
| Octal | 302 | 326 | 373 | 27 | 17 | 0 | 2 | 333 | 130 | 127 |
| Binary | 11000010 | 11010110 | 11111011 | 10111 | 1111 | 0 | 10 | 11011011 | 1011000 | 1010111 |
Color Harmonies of #C2D6FB
Complementary color
Monochromatic Colors of #C2D6FB
Black with #C2D6FB
Text Example
Text Example
White with #C2D6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D6FB; }
p { color: rgb(194,214,251); }
H1.HeaderClassName
{
color: #C2D6FB;
}
.AnyTagClassName
{
color: #C2D6FB;
}
</style>
background-color css
<style>
a { background-color: #C2D6FB; }
a { background-color: rgb(194,214,251); }
div.DivClassName
{
background-color: #C2D6FB;
}
.BgClassName
{
background-color: #C2D6FB;
}
</style>
border-color css
<style>
span { border-color: #C2D6FB; }
span { border-color: rgb(194,214,251); }
td.TdClassName
{
border-color: #C2D6FB;
}
.TagClassName
{
border-color: #C2D6FB;
}
</style>