Shades of Hawkes Blue #C6DCFC
Tints of Hawkes Blue #C6DCFC
RGB
CMYK
RGB Variations
Color information
#C6DCFC (or 0xC6DCFC) is known color: Hawkes Blue. HEX triplet: C6, DC and FC. RGB value is (198,220,252). Sum of RGB (Red+Green+Blue) = 198+220+252=670 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.55% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DCFC is #392303. Grayscale: #D8D8D8. Windows color (decimal): -3744516 or 16571590. OLE color: 16571590.
HSL color Cylindrical-coordinate representation of color #C6DCFC: hue angle of 215.56º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6DCFC is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 220 | 252 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.01 |
| HSL | 215.56º | 0.9% | 0.88% | - |
| HSV(B) | 215.56º | 0.21% | 0.99% | - |
| XYZ | 66.45 | 70.22 | 102.15 | - |
| YUV | 217.07 | 147.71 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 252 | 0.21 | 0.13 | 0 | 0.01 | 215.56 | 0.9 | 0.88 |
| Hex | C6 | DC | FC | 15 | D | 0 | 1 | D8 | 5A | 58 |
| Octal | 306 | 334 | 374 | 25 | 15 | 0 | 1 | 330 | 132 | 130 |
| Binary | 11000110 | 11011100 | 11111100 | 10101 | 1101 | 0 | 1 | 11011000 | 1011010 | 1011000 |
Color Harmonies of #C6DCFC
Complementary color
Monochromatic Colors of #C6DCFC
Black with #C6DCFC
Text Example
Text Example
White with #C6DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DCFC; }
p { color: rgb(198,220,252); }
H1.HeaderClassName
{
color: #C6DCFC;
}
.AnyTagClassName
{
color: #C6DCFC;
}
</style>
background-color css
<style>
a { background-color: #C6DCFC; }
a { background-color: rgb(198,220,252); }
div.DivClassName
{
background-color: #C6DCFC;
}
.BgClassName
{
background-color: #C6DCFC;
}
</style>
border-color css
<style>
span { border-color: #C6DCFC; }
span { border-color: rgb(198,220,252); }
td.TdClassName
{
border-color: #C6DCFC;
}
.TagClassName
{
border-color: #C6DCFC;
}
</style>