Shades of Hawkes Blue #C5D5FC
Tints of Hawkes Blue #C5D5FC
RGB
CMYK
RGB Variations
Color information
#C5D5FC (or 0xC5D5FC) is known color: Hawkes Blue. HEX triplet: C5, D5 and FC. RGB value is (197,213,252). Sum of RGB (Red+Green+Blue) = 197+213+252=662 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.76% from 662); Green value is 213 (83.59% from 255 or 32.18% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5D5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D5FC is #3A2A03. Grayscale: #D4D4D4. Windows color (decimal): -3811844 or 16569797. OLE color: 16569797.
HSL color Cylindrical-coordinate representation of color #C5D5FC: hue angle of 222.55º 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 #C5D5FC is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 213 | 252 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.01 |
| HSL | 222.55º | 0.9% | 0.88% | - |
| HSV(B) | 222.55º | 0.22% | 0.99% | - |
| XYZ | 64.39 | 66.49 | 101.54 | - |
| YUV | 212.66 | 150.2 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 252 | 0.22 | 0.15 | 0 | 0.01 | 222.55 | 0.9 | 0.88 |
| Hex | C5 | D5 | FC | 16 | F | 0 | 1 | DF | 5A | 58 |
| Octal | 305 | 325 | 374 | 26 | 17 | 0 | 1 | 337 | 132 | 130 |
| Binary | 11000101 | 11010101 | 11111100 | 10110 | 1111 | 0 | 1 | 11011111 | 1011010 | 1011000 |
Color Harmonies of #C5D5FC
Complementary color
Monochromatic Colors of #C5D5FC
Black with #C5D5FC
Text Example
Text Example
White with #C5D5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D5FC; }
p { color: rgb(197,213,252); }
H1.HeaderClassName
{
color: #C5D5FC;
}
.AnyTagClassName
{
color: #C5D5FC;
}
</style>
background-color css
<style>
a { background-color: #C5D5FC; }
a { background-color: rgb(197,213,252); }
div.DivClassName
{
background-color: #C5D5FC;
}
.BgClassName
{
background-color: #C5D5FC;
}
</style>
border-color css
<style>
span { border-color: #C5D5FC; }
span { border-color: rgb(197,213,252); }
td.TdClassName
{
border-color: #C5D5FC;
}
.TagClassName
{
border-color: #C5D5FC;
}
</style>