Shades of Hawkes Blue #C5DEFC
Tints of Hawkes Blue #C5DEFC
RGB
CMYK
RGB Variations
Color information
#C5DEFC (or 0xC5DEFC) is known color: Hawkes Blue. HEX triplet: C5, DE and FC. RGB value is (197,222,252). Sum of RGB (Red+Green+Blue) = 197+222+252=671 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.36% from 671); Green value is 222 (87.11% from 255 or 33.08% 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 #C5DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DEFC is #3A2103. Grayscale: #D9D9D9. Windows color (decimal): -3809540 or 16572101. OLE color: 16572101.
HSL color Cylindrical-coordinate representation of color #C5DEFC: hue angle of 212.73º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5DEFC is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 222 | 252 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.01 |
| HSL | 212.73º | 0.9% | 0.88% | - |
| HSV(B) | 212.73º | 0.22% | 0.99% | - |
| XYZ | 66.72 | 71.14 | 102.31 | - |
| YUV | 217.95 | 147.22 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 222 | 252 | 0.22 | 0.12 | 0 | 0.01 | 212.73 | 0.9 | 0.88 |
| Hex | C5 | DE | FC | 16 | C | 0 | 1 | D5 | 5A | 58 |
| Octal | 305 | 336 | 374 | 26 | 14 | 0 | 1 | 325 | 132 | 130 |
| Binary | 11000101 | 11011110 | 11111100 | 10110 | 1100 | 0 | 1 | 11010101 | 1011010 | 1011000 |
Color Harmonies of #C5DEFC
Complementary color
Monochromatic Colors of #C5DEFC
Black with #C5DEFC
Text Example
Text Example
White with #C5DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DEFC; }
p { color: rgb(197,222,252); }
H1.HeaderClassName
{
color: #C5DEFC;
}
.AnyTagClassName
{
color: #C5DEFC;
}
</style>
background-color css
<style>
a { background-color: #C5DEFC; }
a { background-color: rgb(197,222,252); }
div.DivClassName
{
background-color: #C5DEFC;
}
.BgClassName
{
background-color: #C5DEFC;
}
</style>
border-color css
<style>
span { border-color: #C5DEFC; }
span { border-color: rgb(197,222,252); }
td.TdClassName
{
border-color: #C5DEFC;
}
.TagClassName
{
border-color: #C5DEFC;
}
</style>