Shades of Hawkes Blue #C5D2F9
Tints of Hawkes Blue #C5D2F9
RGB
CMYK
RGB Variations
Color information
#C5D2F9 (or 0xC5D2F9) is known color: Hawkes Blue. HEX triplet: C5, D2 and F9. RGB value is (197,210,249). Sum of RGB (Red+Green+Blue) = 197+210+249=656 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.03% from 656); Green value is 210 (82.42% from 255 or 32.01% from 656); Blue value is 249 (97.66% from 255 or 37.96% from 656); Max value from RGB is 249 - color contains mainly: blue. Hex color #C5D2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D2F9 is #3A2D06. Grayscale: #D2D2D2. Windows color (decimal): -3812615 or 16372421. OLE color: 16372421.
HSL color Cylindrical-coordinate representation of color #C5D2F9: hue angle of 225º degrees, saturation: 0.81, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5D2F9 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 210 | 249 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.02 |
| HSL | 225º | 0.81% | 0.87% | - |
| HSV(B) | 225º | 0.21% | 0.98% | - |
| XYZ | 63.17 | 64.8 | 98.8 | - |
| YUV | 210.56 | 149.69 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 249 | 0.21 | 0.16 | 0 | 0.02 | 225 | 0.81 | 0.87 |
| Hex | C5 | D2 | F9 | 15 | 10 | 0 | 2 | E1 | 51 | 57 |
| Octal | 305 | 322 | 371 | 25 | 20 | 0 | 2 | 341 | 121 | 127 |
| Binary | 11000101 | 11010010 | 11111001 | 10101 | 10000 | 0 | 10 | 11100001 | 1010001 | 1010111 |
Color Harmonies of #C5D2F9
Complementary color
Monochromatic Colors of #C5D2F9
Black with #C5D2F9
Text Example
Text Example
White with #C5D2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D2F9; }
p { color: rgb(197,210,249); }
H1.HeaderClassName
{
color: #C5D2F9;
}
.AnyTagClassName
{
color: #C5D2F9;
}
</style>
background-color css
<style>
a { background-color: #C5D2F9; }
a { background-color: rgb(197,210,249); }
div.DivClassName
{
background-color: #C5D2F9;
}
.BgClassName
{
background-color: #C5D2F9;
}
</style>
border-color css
<style>
span { border-color: #C5D2F9; }
span { border-color: rgb(197,210,249); }
td.TdClassName
{
border-color: #C5D2F9;
}
.TagClassName
{
border-color: #C5D2F9;
}
</style>