Shades of Hawkes Blue #C8DDFF
Tints of Hawkes Blue #C8DDFF
RGB
CMYK
RGB Variations
Color information
#C8DDFF (or 0xC8DDFF) is known color: Hawkes Blue. HEX triplet: C8, DD and FF. RGB value is (200,221,255). Sum of RGB (Red+Green+Blue) = 200+221+255=676 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.59% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DDFF is #372200. Grayscale: #DADADA. Windows color (decimal): -3613185 or 16768456. OLE color: 16768456.
HSL color Cylindrical-coordinate representation of color #C8DDFF: hue angle of 217.09º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8DDFF is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 221 | 255 | - |
| CMYK | 0.22 | 0.13 | 0 | 0 |
| HSL | 217.09º | 1% | 0.89% | - |
| HSV(B) | 217.09º | 0.22% | 1% | - |
| XYZ | 67.73 | 71.21 | 104.78 | - |
| YUV | 218.6 | 148.54 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 255 | 0.22 | 0.13 | 0 | 0 | 217.09 | 1 | 0.89 |
| Hex | C8 | DD | FF | 16 | D | 0 | 0 | D9 | 64 | 59 |
| Octal | 310 | 335 | 377 | 26 | 15 | 0 | 0 | 331 | 144 | 131 |
| Binary | 11001000 | 11011101 | 11111111 | 10110 | 1101 | 0 | 0 | 11011001 | 1100100 | 1011001 |
Color Harmonies of #C8DDFF
Complementary color
Monochromatic Colors of #C8DDFF
Black with #C8DDFF
Text Example
Text Example
White with #C8DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDFF; }
p { color: rgb(200,221,255); }
H1.HeaderClassName
{
color: #C8DDFF;
}
.AnyTagClassName
{
color: #C8DDFF;
}
</style>
background-color css
<style>
a { background-color: #C8DDFF; }
a { background-color: rgb(200,221,255); }
div.DivClassName
{
background-color: #C8DDFF;
}
.BgClassName
{
background-color: #C8DDFF;
}
</style>
border-color css
<style>
span { border-color: #C8DDFF; }
span { border-color: rgb(200,221,255); }
td.TdClassName
{
border-color: #C8DDFF;
}
.TagClassName
{
border-color: #C8DDFF;
}
</style>