Shades of Hawkes Blue #C7DEF8
Tints of Hawkes Blue #C7DEF8
RGB
CMYK
RGB Variations
Color information
#C7DEF8 (or 0xC7DEF8) is known color: Hawkes Blue. HEX triplet: C7, DE and F8. RGB value is (199,222,248). Sum of RGB (Red+Green+Blue) = 199+222+248=669 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.75% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 248 (97.27% from 255 or 37.07% from 669); Max value from RGB is 248 - color contains mainly: blue. Hex color #C7DEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DEF8 is #382107. Grayscale: #D9D9D9. Windows color (decimal): -3678472 or 16309959. OLE color: 16309959.
HSL color Cylindrical-coordinate representation of color #C7DEF8: hue angle of 211.84º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7DEF8 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 199 | 222 | 248 | - |
CMYK | 0.20 | 0.10 | 0 | 0.03 |
HSL | 211.84º | 0.78% | 0.88% | - |
HSV(B) | 211.84º | 0.2% | 0.97% | - |
XYZ | 66.62 | 71.16 | 99.03 | - |
YUV | 218.09 | 144.88 | 114.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 222 | 248 | 0.20 | 0.10 | 0 | 0.03 | 211.84 | 0.78 | 0.88 |
Hex | C7 | DE | F8 | 14 | A | 0 | 3 | D4 | 4E | 58 |
Octal | 307 | 336 | 370 | 24 | 12 | 0 | 3 | 324 | 116 | 130 |
Binary | 11000111 | 11011110 | 11111000 | 10100 | 1010 | 0 | 11 | 11010100 | 1001110 | 1011000 |
Color Harmonies of #C7DEF8
Complementary color
Monochromatic Colors of #C7DEF8
Black with #C7DEF8
Text Example
Text Example
White with #C7DEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DEF8; }
p { color: rgb(199,222,248); }
H1.HeaderClassName
{
color: #C7DEF8;
}
.AnyTagClassName
{
color: #C7DEF8;
}
</style>
background-color css
<style>
a { background-color: #C7DEF8; }
a { background-color: rgb(199,222,248); }
div.DivClassName
{
background-color: #C7DEF8;
}
.BgClassName
{
background-color: #C7DEF8;
}
</style>
border-color css
<style>
span { border-color: #C7DEF8; }
span { border-color: rgb(199,222,248); }
td.TdClassName
{
border-color: #C7DEF8;
}
.TagClassName
{
border-color: #C7DEF8;
}
</style>