Shades of Hawkes Blue #C4DCFF
Tints of Hawkes Blue #C4DCFF
RGB
CMYK
RGB Variations
Color information
#C4DCFF (or 0xC4DCFF) is known color: Hawkes Blue. HEX triplet: C4, DC and FF. RGB value is (196,220,255). Sum of RGB (Red+Green+Blue) = 196+220+255=671 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.21% from 671); Green value is 220 (86.33% from 255 or 32.79% 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 #C4DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DCFF is #3B2300. Grayscale: #D8D8D8. Windows color (decimal): -3875585 or 16768196. OLE color: 16768196.
HSL color Cylindrical-coordinate representation of color #C4DCFF: hue angle of 215.59º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4DCFF is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 220 | 255 | - |
| CMYK | 0.23 | 0.14 | 0 | 0 |
| HSL | 215.59º | 1% | 0.88% | - |
| HSV(B) | 215.59º | 0.23% | 1% | - |
| XYZ | 66.41 | 70.14 | 104.65 | - |
| YUV | 216.81 | 149.55 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 255 | 0.23 | 0.14 | 0 | 0 | 215.59 | 1 | 0.88 |
| Hex | C4 | DC | FF | 17 | E | 0 | 0 | D8 | 64 | 58 |
| Octal | 304 | 334 | 377 | 27 | 16 | 0 | 0 | 330 | 144 | 130 |
| Binary | 11000100 | 11011100 | 11111111 | 10111 | 1110 | 0 | 0 | 11011000 | 1100100 | 1011000 |
Color Harmonies of #C4DCFF
Complementary color
Monochromatic Colors of #C4DCFF
Black with #C4DCFF
Text Example
Text Example
White with #C4DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DCFF; }
p { color: rgb(196,220,255); }
H1.HeaderClassName
{
color: #C4DCFF;
}
.AnyTagClassName
{
color: #C4DCFF;
}
</style>
background-color css
<style>
a { background-color: #C4DCFF; }
a { background-color: rgb(196,220,255); }
div.DivClassName
{
background-color: #C4DCFF;
}
.BgClassName
{
background-color: #C4DCFF;
}
</style>
border-color css
<style>
span { border-color: #C4DCFF; }
span { border-color: rgb(196,220,255); }
td.TdClassName
{
border-color: #C4DCFF;
}
.TagClassName
{
border-color: #C4DCFF;
}
</style>