Shades of Hawkes Blue #C6DDFC
Tints of Hawkes Blue #C6DDFC
RGB
CMYK
RGB Variations
Color information
#C6DDFC (or 0xC6DDFC) is known color: Hawkes Blue. HEX triplet: C6, DD and FC. RGB value is (198,221,252). Sum of RGB (Red+Green+Blue) = 198+221+252=671 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.51% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DDFC is #392203. Grayscale: #D9D9D9. Windows color (decimal): -3744260 or 16571846. OLE color: 16571846.
HSL color Cylindrical-coordinate representation of color #C6DDFC: hue angle of 214.44º 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 #C6DDFC is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 198 | 221 | 252 | - |
CMYK | 0.21 | 0.12 | 0 | 0.01 |
HSL | 214.44º | 0.9% | 0.88% | - |
HSV(B) | 214.44º | 0.21% | 0.99% | - |
XYZ | 66.72 | 70.75 | 102.23 | - |
YUV | 217.66 | 147.38 | 113.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 221 | 252 | 0.21 | 0.12 | 0 | 0.01 | 214.44 | 0.9 | 0.88 |
Hex | C6 | DD | FC | 15 | C | 0 | 1 | D6 | 5A | 58 |
Octal | 306 | 335 | 374 | 25 | 14 | 0 | 1 | 326 | 132 | 130 |
Binary | 11000110 | 11011101 | 11111100 | 10101 | 1100 | 0 | 1 | 11010110 | 1011010 | 1011000 |
Color Harmonies of #C6DDFC
Complementary color
Monochromatic Colors of #C6DDFC
Black with #C6DDFC
Text Example
Text Example
White with #C6DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DDFC; }
p { color: rgb(198,221,252); }
H1.HeaderClassName
{
color: #C6DDFC;
}
.AnyTagClassName
{
color: #C6DDFC;
}
</style>
background-color css
<style>
a { background-color: #C6DDFC; }
a { background-color: rgb(198,221,252); }
div.DivClassName
{
background-color: #C6DDFC;
}
.BgClassName
{
background-color: #C6DDFC;
}
</style>
border-color css
<style>
span { border-color: #C6DDFC; }
span { border-color: rgb(198,221,252); }
td.TdClassName
{
border-color: #C6DDFC;
}
.TagClassName
{
border-color: #C6DDFC;
}
</style>