Shades of Hawkes Blue #C5D3FC
Tints of Hawkes Blue #C5D3FC
RGB
CMYK
RGB Variations
Color information
#C5D3FC (or 0xC5D3FC) is known color: Hawkes Blue. HEX triplet: C5, D3 and FC. RGB value is (197,211,252). Sum of RGB (Red+Green+Blue) = 197+211+252=660 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.85% from 660); Green value is 211 (82.81% from 255 or 31.97% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5D3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D3FC is #3A2C03. Grayscale: #D3D3D3. Windows color (decimal): -3812356 or 16569285. OLE color: 16569285.
HSL color Cylindrical-coordinate representation of color #C5D3FC: hue angle of 224.73º 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 #C5D3FC is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 211 | 252 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.01 |
| HSL | 224.73º | 0.9% | 0.88% | - |
| HSV(B) | 224.73º | 0.22% | 0.99% | - |
| XYZ | 63.89 | 65.49 | 101.37 | - |
| YUV | 211.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 211 | 252 | 0.22 | 0.16 | 0 | 0.01 | 224.73 | 0.9 | 0.88 |
| Hex | C5 | D3 | FC | 16 | 10 | 0 | 1 | E1 | 5A | 58 |
| Octal | 305 | 323 | 374 | 26 | 20 | 0 | 1 | 341 | 132 | 130 |
| Binary | 11000101 | 11010011 | 11111100 | 10110 | 10000 | 0 | 1 | 11100001 | 1011010 | 1011000 |
Color Harmonies of #C5D3FC
Complementary color
Monochromatic Colors of #C5D3FC
Black with #C5D3FC
Text Example
Text Example
White with #C5D3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D3FC; }
p { color: rgb(197,211,252); }
H1.HeaderClassName
{
color: #C5D3FC;
}
.AnyTagClassName
{
color: #C5D3FC;
}
</style>
background-color css
<style>
a { background-color: #C5D3FC; }
a { background-color: rgb(197,211,252); }
div.DivClassName
{
background-color: #C5D3FC;
}
.BgClassName
{
background-color: #C5D3FC;
}
</style>
border-color css
<style>
span { border-color: #C5D3FC; }
span { border-color: rgb(197,211,252); }
td.TdClassName
{
border-color: #C5D3FC;
}
.TagClassName
{
border-color: #C5D3FC;
}
</style>