Shades of Hawkes Blue #C4DDFF
Tints of Hawkes Blue #C4DDFF
RGB
CMYK
RGB Variations
Color information
#C4DDFF (or 0xC4DDFF) is known color: Hawkes Blue. HEX triplet: C4, DD and FF. RGB value is (196,221,255). Sum of RGB (Red+Green+Blue) = 196+221+255=672 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.17% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DDFF is #3B2200. Grayscale: #D9D9D9. Windows color (decimal): -3875329 or 16768452. OLE color: 16768452.
HSL color Cylindrical-coordinate representation of color #C4DDFF: hue angle of 214.58º 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 #C4DDFF is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 221 | 255 | - |
| CMYK | 0.23 | 0.13 | 0 | 0 |
| HSL | 214.58º | 1% | 0.88% | - |
| HSV(B) | 214.58º | 0.23% | 1% | - |
| XYZ | 66.67 | 70.67 | 104.73 | - |
| YUV | 217.4 | 149.22 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 221 | 255 | 0.23 | 0.13 | 0 | 0 | 214.58 | 1 | 0.88 |
| Hex | C4 | DD | FF | 17 | D | 0 | 0 | D7 | 64 | 58 |
| Octal | 304 | 335 | 377 | 27 | 15 | 0 | 0 | 327 | 144 | 130 |
| Binary | 11000100 | 11011101 | 11111111 | 10111 | 1101 | 0 | 0 | 11010111 | 1100100 | 1011000 |
Color Harmonies of #C4DDFF
Complementary color
Monochromatic Colors of #C4DDFF
Black with #C4DDFF
Text Example
Text Example
White with #C4DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DDFF; }
p { color: rgb(196,221,255); }
H1.HeaderClassName
{
color: #C4DDFF;
}
.AnyTagClassName
{
color: #C4DDFF;
}
</style>
background-color css
<style>
a { background-color: #C4DDFF; }
a { background-color: rgb(196,221,255); }
div.DivClassName
{
background-color: #C4DDFF;
}
.BgClassName
{
background-color: #C4DDFF;
}
</style>
border-color css
<style>
span { border-color: #C4DDFF; }
span { border-color: rgb(196,221,255); }
td.TdClassName
{
border-color: #C4DDFF;
}
.TagClassName
{
border-color: #C4DDFF;
}
</style>