Shades of Hawkes Blue #C6DEFA
Tints of Hawkes Blue #C6DEFA
RGB
CMYK
RGB Variations
Color information
#C6DEFA (or 0xC6DEFA) is known color: Hawkes Blue. HEX triplet: C6, DE and FA. RGB value is (198,222,250). Sum of RGB (Red+Green+Blue) = 198+222+250=670 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.55% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DEFA is #392105. Grayscale: #D9D9D9. Windows color (decimal): -3744006 or 16441030. OLE color: 16441030.
HSL color Cylindrical-coordinate representation of color #C6DEFA: hue angle of 212.31º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6DEFA is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 222 | 250 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.02 |
| HSL | 212.31º | 0.84% | 0.88% | - |
| HSV(B) | 212.31º | 0.21% | 0.98% | - |
| XYZ | 66.67 | 71.15 | 100.66 | - |
| YUV | 218.02 | 146.05 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 222 | 250 | 0.21 | 0.11 | 0 | 0.02 | 212.31 | 0.84 | 0.88 |
| Hex | C6 | DE | FA | 15 | B | 0 | 2 | D4 | 54 | 58 |
| Octal | 306 | 336 | 372 | 25 | 13 | 0 | 2 | 324 | 124 | 130 |
| Binary | 11000110 | 11011110 | 11111010 | 10101 | 1011 | 0 | 10 | 11010100 | 1010100 | 1011000 |
Color Harmonies of #C6DEFA
Complementary color
Monochromatic Colors of #C6DEFA
Black with #C6DEFA
Text Example
Text Example
White with #C6DEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DEFA; }
p { color: rgb(198,222,250); }
H1.HeaderClassName
{
color: #C6DEFA;
}
.AnyTagClassName
{
color: #C6DEFA;
}
</style>
background-color css
<style>
a { background-color: #C6DEFA; }
a { background-color: rgb(198,222,250); }
div.DivClassName
{
background-color: #C6DEFA;
}
.BgClassName
{
background-color: #C6DEFA;
}
</style>
border-color css
<style>
span { border-color: #C6DEFA; }
span { border-color: rgb(198,222,250); }
td.TdClassName
{
border-color: #C6DEFA;
}
.TagClassName
{
border-color: #C6DEFA;
}
</style>