Shades of Hawkes Blue #C5D5FF
Tints of Hawkes Blue #C5D5FF
RGB
CMYK
RGB Variations
Color information
#C5D5FF (or 0xC5D5FF) is known color: Hawkes Blue. HEX triplet: C5, D5 and FF. RGB value is (197,213,255). Sum of RGB (Red+Green+Blue) = 197+213+255=665 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.62% from 665); Green value is 213 (83.59% from 255 or 32.03% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5D5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D5FF is #3A2A00. Grayscale: #D4D4D4. Windows color (decimal): -3811841 or 16766405. OLE color: 16766405.
HSL color Cylindrical-coordinate representation of color #C5D5FF: hue angle of 223.45º 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 #C5D5FF is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 213 | 255 | - |
| CMYK | 0.23 | 0.16 | 0 | 0 |
| HSL | 223.45º | 1% | 0.89% | - |
| HSV(B) | 223.45º | 0.23% | 1% | - |
| XYZ | 64.87 | 66.68 | 104.06 | - |
| YUV | 213 | 151.7 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 255 | 0.23 | 0.16 | 0 | 0 | 223.45 | 1 | 0.89 |
| Hex | C5 | D5 | FF | 17 | 10 | 0 | 0 | DF | 64 | 59 |
| Octal | 305 | 325 | 377 | 27 | 20 | 0 | 0 | 337 | 144 | 131 |
| Binary | 11000101 | 11010101 | 11111111 | 10111 | 10000 | 0 | 0 | 11011111 | 1100100 | 1011001 |
Color Harmonies of #C5D5FF
Complementary color
Monochromatic Colors of #C5D5FF
Black with #C5D5FF
Text Example
Text Example
White with #C5D5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D5FF; }
p { color: rgb(197,213,255); }
H1.HeaderClassName
{
color: #C5D5FF;
}
.AnyTagClassName
{
color: #C5D5FF;
}
</style>
background-color css
<style>
a { background-color: #C5D5FF; }
a { background-color: rgb(197,213,255); }
div.DivClassName
{
background-color: #C5D5FF;
}
.BgClassName
{
background-color: #C5D5FF;
}
</style>
border-color css
<style>
span { border-color: #C5D5FF; }
span { border-color: rgb(197,213,255); }
td.TdClassName
{
border-color: #C5D5FF;
}
.TagClassName
{
border-color: #C5D5FF;
}
</style>