Shades of Hawkes Blue #C5DBFF
Tints of Hawkes Blue #C5DBFF
RGB
CMYK
RGB Variations
Color information
#C5DBFF (or 0xC5DBFF) is known color: Hawkes Blue. HEX triplet: C5, DB and FF. RGB value is (197,219,255). Sum of RGB (Red+Green+Blue) = 197+219+255=671 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.36% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DBFF is #3A2400. Grayscale: #D8D8D8. Windows color (decimal): -3810305 or 16767941. OLE color: 16767941.
HSL color Cylindrical-coordinate representation of color #C5DBFF: hue angle of 217.24º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5DBFF is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 219 | 255 | - |
| CMYK | 0.23 | 0.14 | 0 | 0 |
| HSL | 217.24º | 1% | 0.89% | - |
| HSV(B) | 217.24º | 0.23% | 1% | - |
| XYZ | 66.41 | 69.75 | 104.57 | - |
| YUV | 216.53 | 149.71 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 255 | 0.23 | 0.14 | 0 | 0 | 217.24 | 1 | 0.89 |
| Hex | C5 | DB | FF | 17 | E | 0 | 0 | D9 | 64 | 59 |
| Octal | 305 | 333 | 377 | 27 | 16 | 0 | 0 | 331 | 144 | 131 |
| Binary | 11000101 | 11011011 | 11111111 | 10111 | 1110 | 0 | 0 | 11011001 | 1100100 | 1011001 |
Color Harmonies of #C5DBFF
Complementary color
Monochromatic Colors of #C5DBFF
Black with #C5DBFF
Text Example
Text Example
White with #C5DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBFF; }
p { color: rgb(197,219,255); }
H1.HeaderClassName
{
color: #C5DBFF;
}
.AnyTagClassName
{
color: #C5DBFF;
}
</style>
background-color css
<style>
a { background-color: #C5DBFF; }
a { background-color: rgb(197,219,255); }
div.DivClassName
{
background-color: #C5DBFF;
}
.BgClassName
{
background-color: #C5DBFF;
}
</style>
border-color css
<style>
span { border-color: #C5DBFF; }
span { border-color: rgb(197,219,255); }
td.TdClassName
{
border-color: #C5DBFF;
}
.TagClassName
{
border-color: #C5DBFF;
}
</style>