Shades of Hawkes Blue #C5D7FA
Tints of Hawkes Blue #C5D7FA
RGB
CMYK
RGB Variations
Color information
#C5D7FA (or 0xC5D7FA) is known color: Hawkes Blue. HEX triplet: C5, D7 and FA. RGB value is (197,215,250). Sum of RGB (Red+Green+Blue) = 197+215+250=662 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.76% from 662); Green value is 215 (84.38% from 255 or 32.48% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5D7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D7FA is #3A2805. Grayscale: #D5D5D5. Windows color (decimal): -3811334 or 16439237. OLE color: 16439237.
HSL color Cylindrical-coordinate representation of color #C5D7FA: hue angle of 219.62º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5D7FA is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 215 | 250 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.02 |
| HSL | 219.62º | 0.84% | 0.88% | - |
| HSV(B) | 219.62º | 0.21% | 0.98% | - |
| XYZ | 64.58 | 67.37 | 100.04 | - |
| YUV | 213.61 | 148.54 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 215 | 250 | 0.21 | 0.14 | 0 | 0.02 | 219.62 | 0.84 | 0.88 |
| Hex | C5 | D7 | FA | 15 | E | 0 | 2 | DC | 54 | 58 |
| Octal | 305 | 327 | 372 | 25 | 16 | 0 | 2 | 334 | 124 | 130 |
| Binary | 11000101 | 11010111 | 11111010 | 10101 | 1110 | 0 | 10 | 11011100 | 1010100 | 1011000 |
Color Harmonies of #C5D7FA
Complementary color
Monochromatic Colors of #C5D7FA
Black with #C5D7FA
Text Example
Text Example
White with #C5D7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D7FA; }
p { color: rgb(197,215,250); }
H1.HeaderClassName
{
color: #C5D7FA;
}
.AnyTagClassName
{
color: #C5D7FA;
}
</style>
background-color css
<style>
a { background-color: #C5D7FA; }
a { background-color: rgb(197,215,250); }
div.DivClassName
{
background-color: #C5D7FA;
}
.BgClassName
{
background-color: #C5D7FA;
}
</style>
border-color css
<style>
span { border-color: #C5D7FA; }
span { border-color: rgb(197,215,250); }
td.TdClassName
{
border-color: #C5D7FA;
}
.TagClassName
{
border-color: #C5D7FA;
}
</style>