Shades of Hawkes Blue #C7D5FD
Tints of Hawkes Blue #C7D5FD
RGB
CMYK
RGB Variations
Color information
#C7D5FD (or 0xC7D5FD) is known color: Hawkes Blue. HEX triplet: C7, D5 and FD. RGB value is (199,213,253). Sum of RGB (Red+Green+Blue) = 199+213+253=665 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.92% from 665); Green value is 213 (83.59% from 255 or 32.03% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7D5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D5FD is #382A02. Grayscale: #D5D5D5. Windows color (decimal): -3680771 or 16635335. OLE color: 16635335.
HSL color Cylindrical-coordinate representation of color #C7D5FD: hue angle of 224.44º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7D5FD is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 213 | 253 | - |
CMYK | 0.21 | 0.16 | 0 | 0.01 |
HSL | 224.44º | 0.93% | 0.89% | - |
HSV(B) | 224.44º | 0.21% | 0.99% | - |
XYZ | 65.08 | 66.82 | 102.4 | - |
YUV | 213.37 | 150.36 | 117.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 213 | 253 | 0.21 | 0.16 | 0 | 0.01 | 224.44 | 0.93 | 0.89 |
Hex | C7 | D5 | FD | 15 | 10 | 0 | 1 | E0 | 5D | 59 |
Octal | 307 | 325 | 375 | 25 | 20 | 0 | 1 | 340 | 135 | 131 |
Binary | 11000111 | 11010101 | 11111101 | 10101 | 10000 | 0 | 1 | 11100000 | 1011101 | 1011001 |
Color Harmonies of #C7D5FD
Complementary color
Monochromatic Colors of #C7D5FD
Black with #C7D5FD
Text Example
Text Example
White with #C7D5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D5FD; }
p { color: rgb(199,213,253); }
H1.HeaderClassName
{
color: #C7D5FD;
}
.AnyTagClassName
{
color: #C7D5FD;
}
</style>
background-color css
<style>
a { background-color: #C7D5FD; }
a { background-color: rgb(199,213,253); }
div.DivClassName
{
background-color: #C7D5FD;
}
.BgClassName
{
background-color: #C7D5FD;
}
</style>
border-color css
<style>
span { border-color: #C7D5FD; }
span { border-color: rgb(199,213,253); }
td.TdClassName
{
border-color: #C7D5FD;
}
.TagClassName
{
border-color: #C7D5FD;
}
</style>