Shades of Hawkes Blue #C7DDFD
Tints of Hawkes Blue #C7DDFD
RGB
CMYK
RGB Variations
Color information
#C7DDFD (or 0xC7DDFD) is known color: Hawkes Blue. HEX triplet: C7, DD and FD. RGB value is (199,221,253). Sum of RGB (Red+Green+Blue) = 199+221+253=673 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.57% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7DDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DDFD is #382202. Grayscale: #D9D9D9. Windows color (decimal): -3678723 or 16637383. OLE color: 16637383.
HSL color Cylindrical-coordinate representation of color #C7DDFD: hue angle of 215.56º 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 #C7DDFD is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 221 | 253 | - |
CMYK | 0.21 | 0.13 | 0 | 0.01 |
HSL | 215.56º | 0.93% | 0.89% | - |
HSV(B) | 215.56º | 0.21% | 0.99% | - |
XYZ | 67.14 | 70.95 | 103.08 | - |
YUV | 218.07 | 147.71 | 114.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 221 | 253 | 0.21 | 0.13 | 0 | 0.01 | 215.56 | 0.93 | 0.89 |
Hex | C7 | DD | FD | 15 | D | 0 | 1 | D8 | 5D | 59 |
Octal | 307 | 335 | 375 | 25 | 15 | 0 | 1 | 330 | 135 | 131 |
Binary | 11000111 | 11011101 | 11111101 | 10101 | 1101 | 0 | 1 | 11011000 | 1011101 | 1011001 |
Color Harmonies of #C7DDFD
Complementary color
Monochromatic Colors of #C7DDFD
Black with #C7DDFD
Text Example
Text Example
White with #C7DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DDFD; }
p { color: rgb(199,221,253); }
H1.HeaderClassName
{
color: #C7DDFD;
}
.AnyTagClassName
{
color: #C7DDFD;
}
</style>
background-color css
<style>
a { background-color: #C7DDFD; }
a { background-color: rgb(199,221,253); }
div.DivClassName
{
background-color: #C7DDFD;
}
.BgClassName
{
background-color: #C7DDFD;
}
</style>
border-color css
<style>
span { border-color: #C7DDFD; }
span { border-color: rgb(199,221,253); }
td.TdClassName
{
border-color: #C7DDFD;
}
.TagClassName
{
border-color: #C7DDFD;
}
</style>