Shades of Hawkes Blue #C6E0FF
Tints of Hawkes Blue #C6E0FF
RGB
CMYK
RGB Variations
Color information
#C6E0FF (or 0xC6E0FF) is known color: Hawkes Blue. HEX triplet: C6, E0 and FF. RGB value is (198,224,255). Sum of RGB (Red+Green+Blue) = 198+224+255=677 (89% of max value = 765). Red value is 198 (77.73% from 255 or 29.25% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6E0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6E0FF is #391F00. Grayscale: #DBDBDB. Windows color (decimal): -3743489 or 16769222. OLE color: 16769222.
HSL color Cylindrical-coordinate representation of color #C6E0FF: hue angle of 212.63º 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 #C6E0FF is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 224 | 255 | - |
| CMYK | 0.22 | 0.12 | 0 | 0 |
| HSL | 212.63º | 1% | 0.89% | - |
| HSV(B) | 212.63º | 0.22% | 1% | - |
| XYZ | 67.99 | 72.54 | 105.03 | - |
| YUV | 219.76 | 147.89 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 224 | 255 | 0.22 | 0.12 | 0 | 0 | 212.63 | 1 | 0.89 |
| Hex | C6 | E0 | FF | 16 | C | 0 | 0 | D5 | 64 | 59 |
| Octal | 306 | 340 | 377 | 26 | 14 | 0 | 0 | 325 | 144 | 131 |
| Binary | 11000110 | 11100000 | 11111111 | 10110 | 1100 | 0 | 0 | 11010101 | 1100100 | 1011001 |
Color Harmonies of #C6E0FF
Complementary color
Monochromatic Colors of #C6E0FF
Black with #C6E0FF
Text Example
Text Example
White with #C6E0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E0FF; }
p { color: rgb(198,224,255); }
H1.HeaderClassName
{
color: #C6E0FF;
}
.AnyTagClassName
{
color: #C6E0FF;
}
</style>
background-color css
<style>
a { background-color: #C6E0FF; }
a { background-color: rgb(198,224,255); }
div.DivClassName
{
background-color: #C6E0FF;
}
.BgClassName
{
background-color: #C6E0FF;
}
</style>
border-color css
<style>
span { border-color: #C6E0FF; }
span { border-color: rgb(198,224,255); }
td.TdClassName
{
border-color: #C6E0FF;
}
.TagClassName
{
border-color: #C6E0FF;
}
</style>