Shades of Hawkes Blue #C7DAEE
Tints of Hawkes Blue #C7DAEE
RGB
CMYK
RGB Variations
Color information
#C7DAEE (or 0xC7DAEE) is known color: Hawkes Blue. HEX triplet: C7, DA and EE. RGB value is (199,218,238). Sum of RGB (Red+Green+Blue) = 199+218+238=655 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.38% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DAEE is #382511. Grayscale: #D6D6D6. Windows color (decimal): -3679506 or 15653575. OLE color: 15653575.
HSL color Cylindrical-coordinate representation of color #C7DAEE: hue angle of 210.77º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7DAEE is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 218 | 238 | - |
CMYK | 0.16 | 0.08 | 0 | 0.07 |
HSL | 210.77º | 0.53% | 0.86% | - |
HSV(B) | 210.77º | 0.16% | 0.93% | - |
XYZ | 64.06 | 68.46 | 90.73 | - |
YUV | 214.6 | 141.21 | 116.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 218 | 238 | 0.16 | 0.08 | 0 | 0.07 | 210.77 | 0.53 | 0.86 |
Hex | C7 | DA | EE | 10 | 8 | 0 | 7 | D3 | 35 | 56 |
Octal | 307 | 332 | 356 | 20 | 10 | 0 | 7 | 323 | 65 | 126 |
Binary | 11000111 | 11011010 | 11101110 | 10000 | 1000 | 0 | 111 | 11010011 | 110101 | 1010110 |
Color Harmonies of #C7DAEE
Complementary color
Monochromatic Colors of #C7DAEE
Black with #C7DAEE
Text Example
Text Example
White with #C7DAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DAEE; }
p { color: rgb(199,218,238); }
H1.HeaderClassName
{
color: #C7DAEE;
}
.AnyTagClassName
{
color: #C7DAEE;
}
</style>
background-color css
<style>
a { background-color: #C7DAEE; }
a { background-color: rgb(199,218,238); }
div.DivClassName
{
background-color: #C7DAEE;
}
.BgClassName
{
background-color: #C7DAEE;
}
</style>
border-color css
<style>
span { border-color: #C7DAEE; }
span { border-color: rgb(199,218,238); }
td.TdClassName
{
border-color: #C7DAEE;
}
.TagClassName
{
border-color: #C7DAEE;
}
</style>