Shades of Hawkes Blue #C2D7FD
Tints of Hawkes Blue #C2D7FD
RGB
CMYK
RGB Variations
Color information
#C2D7FD (or 0xC2D7FD) is known color: Hawkes Blue. HEX triplet: C2, D7 and FD. RGB value is (194,215,253). Sum of RGB (Red+Green+Blue) = 194+215+253=662 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.31% from 662); Green value is 215 (84.38% from 255 or 32.48% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2D7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D7FD is #3D2802. Grayscale: #D4D4D4. Windows color (decimal): -4007939 or 16635842. OLE color: 16635842.
HSL color Cylindrical-coordinate representation of color #C2D7FD: hue angle of 218.64º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2D7FD is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 215 | 253 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.01 |
| HSL | 218.64º | 0.94% | 0.88% | - |
| HSV(B) | 218.64º | 0.23% | 0.99% | - |
| XYZ | 64.28 | 67.16 | 102.5 | - |
| YUV | 213.05 | 150.54 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 253 | 0.23 | 0.15 | 0 | 0.01 | 218.64 | 0.94 | 0.88 |
| Hex | C2 | D7 | FD | 17 | F | 0 | 1 | DB | 5E | 58 |
| Octal | 302 | 327 | 375 | 27 | 17 | 0 | 1 | 333 | 136 | 130 |
| Binary | 11000010 | 11010111 | 11111101 | 10111 | 1111 | 0 | 1 | 11011011 | 1011110 | 1011000 |
Color Harmonies of #C2D7FD
Complementary color
Monochromatic Colors of #C2D7FD
Black with #C2D7FD
Text Example
Text Example
White with #C2D7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D7FD; }
p { color: rgb(194,215,253); }
H1.HeaderClassName
{
color: #C2D7FD;
}
.AnyTagClassName
{
color: #C2D7FD;
}
</style>
background-color css
<style>
a { background-color: #C2D7FD; }
a { background-color: rgb(194,215,253); }
div.DivClassName
{
background-color: #C2D7FD;
}
.BgClassName
{
background-color: #C2D7FD;
}
</style>
border-color css
<style>
span { border-color: #C2D7FD; }
span { border-color: rgb(194,215,253); }
td.TdClassName
{
border-color: #C2D7FD;
}
.TagClassName
{
border-color: #C2D7FD;
}
</style>