Shades of Hawkes Blue #C5D2FC
Tints of Hawkes Blue #C5D2FC
RGB
CMYK
RGB Variations
Color information
#C5D2FC (or 0xC5D2FC) is known color: Hawkes Blue. HEX triplet: C5, D2 and FC. RGB value is (197,210,252). Sum of RGB (Red+Green+Blue) = 197+210+252=659 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.89% from 659); Green value is 210 (82.42% from 255 or 31.87% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5D2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D2FC is #3A2D03. Grayscale: #D2D2D2. Windows color (decimal): -3812612 or 16569029. OLE color: 16569029.
HSL color Cylindrical-coordinate representation of color #C5D2FC: hue angle of 225.82º 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 #C5D2FC is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 210 | 252 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.01 |
| HSL | 225.82º | 0.9% | 0.88% | - |
| HSV(B) | 225.82º | 0.22% | 0.99% | - |
| XYZ | 63.64 | 64.99 | 101.29 | - |
| YUV | 210.9 | 151.19 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 252 | 0.22 | 0.17 | 0 | 0.01 | 225.82 | 0.9 | 0.88 |
| Hex | C5 | D2 | FC | 16 | 11 | 0 | 1 | E2 | 5A | 58 |
| Octal | 305 | 322 | 374 | 26 | 21 | 0 | 1 | 342 | 132 | 130 |
| Binary | 11000101 | 11010010 | 11111100 | 10110 | 10001 | 0 | 1 | 11100010 | 1011010 | 1011000 |
Color Harmonies of #C5D2FC
Complementary color
Monochromatic Colors of #C5D2FC
Black with #C5D2FC
Text Example
Text Example
White with #C5D2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D2FC; }
p { color: rgb(197,210,252); }
H1.HeaderClassName
{
color: #C5D2FC;
}
.AnyTagClassName
{
color: #C5D2FC;
}
</style>
background-color css
<style>
a { background-color: #C5D2FC; }
a { background-color: rgb(197,210,252); }
div.DivClassName
{
background-color: #C5D2FC;
}
.BgClassName
{
background-color: #C5D2FC;
}
</style>
border-color css
<style>
span { border-color: #C5D2FC; }
span { border-color: rgb(197,210,252); }
td.TdClassName
{
border-color: #C5D2FC;
}
.TagClassName
{
border-color: #C5D2FC;
}
</style>