Shades of Hawkes Blue #C7DAF2
Tints of Hawkes Blue #C7DAF2
RGB
CMYK
RGB Variations
Color information
#C7DAF2 (or 0xC7DAF2) is known color: Hawkes Blue. HEX triplet: C7, DA and F2. RGB value is (199,218,242). Sum of RGB (Red+Green+Blue) = 199+218+242=659 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.20% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7DAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DAF2 is #38250D. Grayscale: #D6D6D6. Windows color (decimal): -3679502 or 15915719. OLE color: 15915719.
HSL color Cylindrical-coordinate representation of color #C7DAF2: hue angle of 213.49º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7DAF2 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 218 | 242 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.05 |
| HSL | 213.49º | 0.62% | 0.86% | - |
| HSV(B) | 213.49º | 0.18% | 0.95% | - |
| XYZ | 64.65 | 68.7 | 93.86 | - |
| YUV | 215.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 218 | 242 | 0.18 | 0.10 | 0 | 0.05 | 213.49 | 0.62 | 0.86 |
| Hex | C7 | DA | F2 | 12 | A | 0 | 5 | D5 | 3E | 56 |
| Octal | 307 | 332 | 362 | 22 | 12 | 0 | 5 | 325 | 76 | 126 |
| Binary | 11000111 | 11011010 | 11110010 | 10010 | 1010 | 0 | 101 | 11010101 | 111110 | 1010110 |
Color Harmonies of #C7DAF2
Complementary color
Monochromatic Colors of #C7DAF2
Black with #C7DAF2
Text Example
Text Example
White with #C7DAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DAF2; }
p { color: rgb(199,218,242); }
H1.HeaderClassName
{
color: #C7DAF2;
}
.AnyTagClassName
{
color: #C7DAF2;
}
</style>
background-color css
<style>
a { background-color: #C7DAF2; }
a { background-color: rgb(199,218,242); }
div.DivClassName
{
background-color: #C7DAF2;
}
.BgClassName
{
background-color: #C7DAF2;
}
</style>
border-color css
<style>
span { border-color: #C7DAF2; }
span { border-color: rgb(199,218,242); }
td.TdClassName
{
border-color: #C7DAF2;
}
.TagClassName
{
border-color: #C7DAF2;
}
</style>