Shades of Hawkes Blue #C5DCFD
Tints of Hawkes Blue #C5DCFD
RGB
CMYK
RGB Variations
Color information
#C5DCFD (or 0xC5DCFD) is known color: Hawkes Blue. HEX triplet: C5, DC and FD. RGB value is (197,220,253). Sum of RGB (Red+Green+Blue) = 197+220+253=670 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.40% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DCFD is #3A2302. Grayscale: #D8D8D8. Windows color (decimal): -3810051 or 16637125. OLE color: 16637125.
HSL color Cylindrical-coordinate representation of color #C5DCFD: hue angle of 215.36º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5DCFD is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 220 | 253 | - |
CMYK | 0.22 | 0.13 | 0 | 0.01 |
HSL | 215.36º | 0.93% | 0.88% | - |
HSV(B) | 215.36º | 0.22% | 0.99% | - |
XYZ | 66.35 | 70.15 | 102.97 | - |
YUV | 216.89 | 148.38 | 113.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 220 | 253 | 0.22 | 0.13 | 0 | 0.01 | 215.36 | 0.93 | 0.88 |
Hex | C5 | DC | FD | 16 | D | 0 | 1 | D7 | 5D | 58 |
Octal | 305 | 334 | 375 | 26 | 15 | 0 | 1 | 327 | 135 | 130 |
Binary | 11000101 | 11011100 | 11111101 | 10110 | 1101 | 0 | 1 | 11010111 | 1011101 | 1011000 |
Color Harmonies of #C5DCFD
Complementary color
Monochromatic Colors of #C5DCFD
Black with #C5DCFD
Text Example
Text Example
White with #C5DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DCFD; }
p { color: rgb(197,220,253); }
H1.HeaderClassName
{
color: #C5DCFD;
}
.AnyTagClassName
{
color: #C5DCFD;
}
</style>
background-color css
<style>
a { background-color: #C5DCFD; }
a { background-color: rgb(197,220,253); }
div.DivClassName
{
background-color: #C5DCFD;
}
.BgClassName
{
background-color: #C5DCFD;
}
</style>
border-color css
<style>
span { border-color: #C5DCFD; }
span { border-color: rgb(197,220,253); }
td.TdClassName
{
border-color: #C5DCFD;
}
.TagClassName
{
border-color: #C5DCFD;
}
</style>