Shades of Hawkes Blue #C5D3FA
Tints of Hawkes Blue #C5D3FA
RGB
CMYK
RGB Variations
Color information
#C5D3FA (or 0xC5D3FA) is known color: Hawkes Blue. HEX triplet: C5, D3 and FA. RGB value is (197,211,250). Sum of RGB (Red+Green+Blue) = 197+211+250=658 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.94% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5D3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D3FA is #3A2C05. Grayscale: #D3D3D3. Windows color (decimal): -3812358 or 16438213. OLE color: 16438213.
HSL color Cylindrical-coordinate representation of color #C5D3FA: hue angle of 224.15º 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 #C5D3FA is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 211 | 250 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.02 |
| HSL | 224.15º | 0.84% | 0.88% | - |
| HSV(B) | 224.15º | 0.21% | 0.98% | - |
| XYZ | 63.58 | 65.36 | 99.71 | - |
| YUV | 211.26 | 149.86 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 211 | 250 | 0.21 | 0.16 | 0 | 0.02 | 224.15 | 0.84 | 0.88 |
| Hex | C5 | D3 | FA | 15 | 10 | 0 | 2 | E0 | 54 | 58 |
| Octal | 305 | 323 | 372 | 25 | 20 | 0 | 2 | 340 | 124 | 130 |
| Binary | 11000101 | 11010011 | 11111010 | 10101 | 10000 | 0 | 10 | 11100000 | 1010100 | 1011000 |
Color Harmonies of #C5D3FA
Complementary color
Monochromatic Colors of #C5D3FA
Black with #C5D3FA
Text Example
Text Example
White with #C5D3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D3FA; }
p { color: rgb(197,211,250); }
H1.HeaderClassName
{
color: #C5D3FA;
}
.AnyTagClassName
{
color: #C5D3FA;
}
</style>
background-color css
<style>
a { background-color: #C5D3FA; }
a { background-color: rgb(197,211,250); }
div.DivClassName
{
background-color: #C5D3FA;
}
.BgClassName
{
background-color: #C5D3FA;
}
</style>
border-color css
<style>
span { border-color: #C5D3FA; }
span { border-color: rgb(197,211,250); }
td.TdClassName
{
border-color: #C5D3FA;
}
.TagClassName
{
border-color: #C5D3FA;
}
</style>