Shades of Hawkes Blue #C0D4FF
Tints of Hawkes Blue #C0D4FF
RGB
CMYK
RGB Variations
Color information
#C0D4FF (or 0xC0D4FF) is known color: Hawkes Blue. HEX triplet: C0, D4 and FF. RGB value is (192,212,255). Sum of RGB (Red+Green+Blue) = 192+212+255=659 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.14% from 659); Green value is 212 (83.20% from 255 or 32.17% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0D4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D4FF is #3F2B00. Grayscale: #D2D2D2. Windows color (decimal): -4139777 or 16766144. OLE color: 16766144.
HSL color Cylindrical-coordinate representation of color #C0D4FF: hue angle of 220.95º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0D4FF is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 212 | 255 | - |
| CMYK | 0.25 | 0.17 | 0 | 0 |
| HSL | 220.95º | 1% | 0.88% | - |
| HSV(B) | 220.95º | 0.25% | 1% | - |
| XYZ | 63.33 | 65.51 | 103.92 | - |
| YUV | 210.92 | 152.87 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 212 | 255 | 0.25 | 0.17 | 0 | 0 | 220.95 | 1 | 0.88 |
| Hex | C0 | D4 | FF | 19 | 11 | 0 | 0 | DD | 64 | 58 |
| Octal | 300 | 324 | 377 | 31 | 21 | 0 | 0 | 335 | 144 | 130 |
| Binary | 11000000 | 11010100 | 11111111 | 11001 | 10001 | 0 | 0 | 11011101 | 1100100 | 1011000 |
Color Harmonies of #C0D4FF
Complementary color
Monochromatic Colors of #C0D4FF
Black with #C0D4FF
Text Example
Text Example
White with #C0D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D4FF; }
p { color: rgb(192,212,255); }
H1.HeaderClassName
{
color: #C0D4FF;
}
.AnyTagClassName
{
color: #C0D4FF;
}
</style>
background-color css
<style>
a { background-color: #C0D4FF; }
a { background-color: rgb(192,212,255); }
div.DivClassName
{
background-color: #C0D4FF;
}
.BgClassName
{
background-color: #C0D4FF;
}
</style>
border-color css
<style>
span { border-color: #C0D4FF; }
span { border-color: rgb(192,212,255); }
td.TdClassName
{
border-color: #C0D4FF;
}
.TagClassName
{
border-color: #C0D4FF;
}
</style>