Shades of Hawkes Blue #C4D5FF
Tints of Hawkes Blue #C4D5FF
RGB
CMYK
RGB Variations
Color information
#C4D5FF (or 0xC4D5FF) is known color: Hawkes Blue. HEX triplet: C4, D5 and FF. RGB value is (196,213,255). Sum of RGB (Red+Green+Blue) = 196+213+255=664 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.52% from 664); Green value is 213 (83.59% from 255 or 32.08% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4D5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D5FF is #3B2A00. Grayscale: #D4D4D4. Windows color (decimal): -3877377 or 16766404. OLE color: 16766404.
HSL color Cylindrical-coordinate representation of color #C4D5FF: hue angle of 222.71º 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 #C4D5FF is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 213 | 255 | - |
| CMYK | 0.23 | 0.16 | 0 | 0 |
| HSL | 222.71º | 1% | 0.88% | - |
| HSV(B) | 222.71º | 0.23% | 1% | - |
| XYZ | 64.61 | 66.54 | 104.05 | - |
| YUV | 212.71 | 151.87 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 213 | 255 | 0.23 | 0.16 | 0 | 0 | 222.71 | 1 | 0.88 |
| Hex | C4 | D5 | FF | 17 | 10 | 0 | 0 | DF | 64 | 58 |
| Octal | 304 | 325 | 377 | 27 | 20 | 0 | 0 | 337 | 144 | 130 |
| Binary | 11000100 | 11010101 | 11111111 | 10111 | 10000 | 0 | 0 | 11011111 | 1100100 | 1011000 |
Color Harmonies of #C4D5FF
Complementary color
Monochromatic Colors of #C4D5FF
Black with #C4D5FF
Text Example
Text Example
White with #C4D5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D5FF; }
p { color: rgb(196,213,255); }
H1.HeaderClassName
{
color: #C4D5FF;
}
.AnyTagClassName
{
color: #C4D5FF;
}
</style>
background-color css
<style>
a { background-color: #C4D5FF; }
a { background-color: rgb(196,213,255); }
div.DivClassName
{
background-color: #C4D5FF;
}
.BgClassName
{
background-color: #C4D5FF;
}
</style>
border-color css
<style>
span { border-color: #C4D5FF; }
span { border-color: rgb(196,213,255); }
td.TdClassName
{
border-color: #C4D5FF;
}
.TagClassName
{
border-color: #C4D5FF;
}
</style>