Shades of Hawkes Blue #C7D5FC
Tints of Hawkes Blue #C7D5FC
RGB
CMYK
RGB Variations
Color information
#C7D5FC (or 0xC7D5FC) is known color: Hawkes Blue. HEX triplet: C7, D5 and FC. RGB value is (199,213,252). Sum of RGB (Red+Green+Blue) = 199+213+252=664 (87% of max value = 765). Red value is 199 (78.12% from 255 or 29.97% from 664); Green value is 213 (83.59% from 255 or 32.08% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7D5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D5FC is #382A03. Grayscale: #D5D5D5. Windows color (decimal): -3680772 or 16569799. OLE color: 16569799.
HSL color Cylindrical-coordinate representation of color #C7D5FC: hue angle of 224.15º 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 #C7D5FC is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 213 | 252 | - |
CMYK | 0.21 | 0.15 | 0 | 0.01 |
HSL | 224.15º | 0.9% | 0.88% | - |
HSV(B) | 224.15º | 0.21% | 0.99% | - |
XYZ | 64.92 | 66.76 | 101.56 | - |
YUV | 213.26 | 149.86 | 117.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 213 | 252 | 0.21 | 0.15 | 0 | 0.01 | 224.15 | 0.9 | 0.88 |
Hex | C7 | D5 | FC | 15 | F | 0 | 1 | E0 | 5A | 58 |
Octal | 307 | 325 | 374 | 25 | 17 | 0 | 1 | 340 | 132 | 130 |
Binary | 11000111 | 11010101 | 11111100 | 10101 | 1111 | 0 | 1 | 11100000 | 1011010 | 1011000 |
Color Harmonies of #C7D5FC
Complementary color
Monochromatic Colors of #C7D5FC
Black with #C7D5FC
Text Example
Text Example
White with #C7D5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D5FC; }
p { color: rgb(199,213,252); }
H1.HeaderClassName
{
color: #C7D5FC;
}
.AnyTagClassName
{
color: #C7D5FC;
}
</style>
background-color css
<style>
a { background-color: #C7D5FC; }
a { background-color: rgb(199,213,252); }
div.DivClassName
{
background-color: #C7D5FC;
}
.BgClassName
{
background-color: #C7D5FC;
}
</style>
border-color css
<style>
span { border-color: #C7D5FC; }
span { border-color: rgb(199,213,252); }
td.TdClassName
{
border-color: #C7D5FC;
}
.TagClassName
{
border-color: #C7D5FC;
}
</style>