Shades of Hawkes Blue #C5D8EB
Tints of Hawkes Blue #C5D8EB
RGB
CMYK
RGB Variations
Color information
#C5D8EB (or 0xC5D8EB) is known color: Hawkes Blue. HEX triplet: C5, D8 and EB. RGB value is (197,216,235). Sum of RGB (Red+Green+Blue) = 197+216+235=648 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.40% from 648); Green value is 216 (84.77% from 255 or 33.33% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5D8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D8EB is #3A2714. Grayscale: #D4D4D4. Windows color (decimal): -3811093 or 15456453. OLE color: 15456453.
HSL color Cylindrical-coordinate representation of color #C5D8EB: hue angle of 210º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5D8EB is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 216 | 235 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.08 |
| HSL | 210º | 0.49% | 0.85% | - |
| HSV(B) | 210º | 0.16% | 0.92% | - |
| XYZ | 62.58 | 66.98 | 88.23 | - |
| YUV | 212.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 235 | 0.16 | 0.08 | 0 | 0.08 | 210 | 0.49 | 0.85 |
| Hex | C5 | D8 | EB | 10 | 8 | 0 | 8 | D2 | 31 | 55 |
| Octal | 305 | 330 | 353 | 20 | 10 | 0 | 10 | 322 | 61 | 125 |
| Binary | 11000101 | 11011000 | 11101011 | 10000 | 1000 | 0 | 1000 | 11010010 | 110001 | 1010101 |
Color Harmonies of #C5D8EB
Complementary color
Monochromatic Colors of #C5D8EB
Black with #C5D8EB
Text Example
Text Example
White with #C5D8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D8EB; }
p { color: rgb(197,216,235); }
H1.HeaderClassName
{
color: #C5D8EB;
}
.AnyTagClassName
{
color: #C5D8EB;
}
</style>
background-color css
<style>
a { background-color: #C5D8EB; }
a { background-color: rgb(197,216,235); }
div.DivClassName
{
background-color: #C5D8EB;
}
.BgClassName
{
background-color: #C5D8EB;
}
</style>
border-color css
<style>
span { border-color: #C5D8EB; }
span { border-color: rgb(197,216,235); }
td.TdClassName
{
border-color: #C5D8EB;
}
.TagClassName
{
border-color: #C5D8EB;
}
</style>