Shades of Hawkes Blue #C5DAFF
Tints of Hawkes Blue #C5DAFF
RGB
CMYK
RGB Variations
Color information
#C5DAFF (or 0xC5DAFF) is known color: Hawkes Blue. HEX triplet: C5, DA and FF. RGB value is (197,218,255). Sum of RGB (Red+Green+Blue) = 197+218+255=670 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.40% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DAFF is #3A2500. Grayscale: #D7D7D7. Windows color (decimal): -3810561 or 16767685. OLE color: 16767685.
HSL color Cylindrical-coordinate representation of color #C5DAFF: hue angle of 218.28º 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 #C5DAFF is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 218 | 255 | - |
| CMYK | 0.23 | 0.15 | 0 | 0 |
| HSL | 218.28º | 1% | 0.89% | - |
| HSV(B) | 218.28º | 0.23% | 1% | - |
| XYZ | 66.15 | 69.23 | 104.48 | - |
| YUV | 215.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 255 | 0.23 | 0.15 | 0 | 0 | 218.28 | 1 | 0.89 |
| Hex | C5 | DA | FF | 17 | F | 0 | 0 | DA | 64 | 59 |
| Octal | 305 | 332 | 377 | 27 | 17 | 0 | 0 | 332 | 144 | 131 |
| Binary | 11000101 | 11011010 | 11111111 | 10111 | 1111 | 0 | 0 | 11011010 | 1100100 | 1011001 |
Color Harmonies of #C5DAFF
Complementary color
Monochromatic Colors of #C5DAFF
Black with #C5DAFF
Text Example
Text Example
White with #C5DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DAFF; }
p { color: rgb(197,218,255); }
H1.HeaderClassName
{
color: #C5DAFF;
}
.AnyTagClassName
{
color: #C5DAFF;
}
</style>
background-color css
<style>
a { background-color: #C5DAFF; }
a { background-color: rgb(197,218,255); }
div.DivClassName
{
background-color: #C5DAFF;
}
.BgClassName
{
background-color: #C5DAFF;
}
</style>
border-color css
<style>
span { border-color: #C5DAFF; }
span { border-color: rgb(197,218,255); }
td.TdClassName
{
border-color: #C5DAFF;
}
.TagClassName
{
border-color: #C5DAFF;
}
</style>