Shades of Hawkes Blue #C5D4FE
Tints of Hawkes Blue #C5D4FE
RGB
CMYK
RGB Variations
Color information
#C5D4FE (or 0xC5D4FE) is known color: Hawkes Blue. HEX triplet: C5, D4 and FE. RGB value is (197,212,254). Sum of RGB (Red+Green+Blue) = 197+212+254=663 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.71% from 663); Green value is 212 (83.20% from 255 or 31.98% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5D4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D4FE is #3A2B01. Grayscale: #D4D4D4. Windows color (decimal): -3812098 or 16700613. OLE color: 16700613.
HSL color Cylindrical-coordinate representation of color #C5D4FE: hue angle of 224.21º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5D4FE is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 212 | 254 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.00 |
| HSL | 224.21º | 0.97% | 0.88% | - |
| HSV(B) | 224.21º | 0.22% | 1% | - |
| XYZ | 64.46 | 66.11 | 103.13 | - |
| YUV | 212.3 | 151.53 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 212 | 254 | 0.22 | 0.17 | 0 | 0.00 | 224.21 | 0.97 | 0.88 |
| Hex | C5 | D4 | FE | 16 | 11 | 0 | 0 | E0 | 61 | 58 |
| Octal | 305 | 324 | 376 | 26 | 21 | 0 | 0 | 340 | 141 | 130 |
| Binary | 11000101 | 11010100 | 11111110 | 10110 | 10001 | 0 | 0 | 11100000 | 1100001 | 1011000 |
Color Harmonies of #C5D4FE
Complementary color
Monochromatic Colors of #C5D4FE
Black with #C5D4FE
Text Example
Text Example
White with #C5D4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D4FE; }
p { color: rgb(197,212,254); }
H1.HeaderClassName
{
color: #C5D4FE;
}
.AnyTagClassName
{
color: #C5D4FE;
}
</style>
background-color css
<style>
a { background-color: #C5D4FE; }
a { background-color: rgb(197,212,254); }
div.DivClassName
{
background-color: #C5D4FE;
}
.BgClassName
{
background-color: #C5D4FE;
}
</style>
border-color css
<style>
span { border-color: #C5D4FE; }
span { border-color: rgb(197,212,254); }
td.TdClassName
{
border-color: #C5D4FE;
}
.TagClassName
{
border-color: #C5D4FE;
}
</style>