Shades of Hawkes Blue #C2D8FB
Tints of Hawkes Blue #C2D8FB
RGB
CMYK
RGB Variations
Color information
#C2D8FB (or 0xC2D8FB) is known color: Hawkes Blue. HEX triplet: C2, D8 and FB. RGB value is (194,216,251). Sum of RGB (Red+Green+Blue) = 194+216+251=661 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.35% from 661); Green value is 216 (84.77% from 255 or 32.68% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2D8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D8FB is #3D2704. Grayscale: #D5D5D5. Windows color (decimal): -4007685 or 16505026. OLE color: 16505026.
HSL color Cylindrical-coordinate representation of color #C2D8FB: hue angle of 216.84º 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 #C2D8FB is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 216 | 251 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.02 |
| HSL | 216.84º | 0.88% | 0.87% | - |
| HSV(B) | 216.84º | 0.23% | 0.98% | - |
| XYZ | 64.22 | 67.55 | 100.92 | - |
| YUV | 213.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 251 | 0.23 | 0.14 | 0 | 0.02 | 216.84 | 0.88 | 0.87 |
| Hex | C2 | D8 | FB | 17 | E | 0 | 2 | D9 | 58 | 57 |
| Octal | 302 | 330 | 373 | 27 | 16 | 0 | 2 | 331 | 130 | 127 |
| Binary | 11000010 | 11011000 | 11111011 | 10111 | 1110 | 0 | 10 | 11011001 | 1011000 | 1010111 |
Color Harmonies of #C2D8FB
Complementary color
Monochromatic Colors of #C2D8FB
Black with #C2D8FB
Text Example
Text Example
White with #C2D8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D8FB; }
p { color: rgb(194,216,251); }
H1.HeaderClassName
{
color: #C2D8FB;
}
.AnyTagClassName
{
color: #C2D8FB;
}
</style>
background-color css
<style>
a { background-color: #C2D8FB; }
a { background-color: rgb(194,216,251); }
div.DivClassName
{
background-color: #C2D8FB;
}
.BgClassName
{
background-color: #C2D8FB;
}
</style>
border-color css
<style>
span { border-color: #C2D8FB; }
span { border-color: rgb(194,216,251); }
td.TdClassName
{
border-color: #C2D8FB;
}
.TagClassName
{
border-color: #C2D8FB;
}
</style>