Shades of Hawkes Blue #C5D6FC
Tints of Hawkes Blue #C5D6FC
RGB
CMYK
RGB Variations
Color information
#C5D6FC (or 0xC5D6FC) is known color: Hawkes Blue. HEX triplet: C5, D6 and FC. RGB value is (197,214,252). Sum of RGB (Red+Green+Blue) = 197+214+252=663 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.71% from 663); Green value is 214 (83.98% from 255 or 32.28% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5D6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D6FC is #3A2903. Grayscale: #D5D5D5. Windows color (decimal): -3811588 or 16570053. OLE color: 16570053.
HSL color Cylindrical-coordinate representation of color #C5D6FC: hue angle of 221.45º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5D6FC is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 214 | 252 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.01 |
| HSL | 221.45º | 0.9% | 0.88% | - |
| HSV(B) | 221.45º | 0.22% | 0.99% | - |
| XYZ | 64.64 | 66.99 | 101.62 | - |
| YUV | 213.25 | 149.87 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 252 | 0.22 | 0.15 | 0 | 0.01 | 221.45 | 0.9 | 0.88 |
| Hex | C5 | D6 | FC | 16 | F | 0 | 1 | DD | 5A | 58 |
| Octal | 305 | 326 | 374 | 26 | 17 | 0 | 1 | 335 | 132 | 130 |
| Binary | 11000101 | 11010110 | 11111100 | 10110 | 1111 | 0 | 1 | 11011101 | 1011010 | 1011000 |
Color Harmonies of #C5D6FC
Complementary color
Monochromatic Colors of #C5D6FC
Black with #C5D6FC
Text Example
Text Example
White with #C5D6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D6FC; }
p { color: rgb(197,214,252); }
H1.HeaderClassName
{
color: #C5D6FC;
}
.AnyTagClassName
{
color: #C5D6FC;
}
</style>
background-color css
<style>
a { background-color: #C5D6FC; }
a { background-color: rgb(197,214,252); }
div.DivClassName
{
background-color: #C5D6FC;
}
.BgClassName
{
background-color: #C5D6FC;
}
</style>
border-color css
<style>
span { border-color: #C5D6FC; }
span { border-color: rgb(197,214,252); }
td.TdClassName
{
border-color: #C5D6FC;
}
.TagClassName
{
border-color: #C5D6FC;
}
</style>