Shades of Hawkes Blue #C5DBFD
Tints of Hawkes Blue #C5DBFD
RGB
CMYK
RGB Variations
Color information
#C5DBFD (or 0xC5DBFD) is known color: Hawkes Blue. HEX triplet: C5, DB and FD. RGB value is (197,219,253). Sum of RGB (Red+Green+Blue) = 197+219+253=669 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.45% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5DBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DBFD is #3A2402. Grayscale: #D8D8D8. Windows color (decimal): -3810307 or 16636869. OLE color: 16636869.
HSL color Cylindrical-coordinate representation of color #C5DBFD: hue angle of 216.43º 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 #C5DBFD is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 219 | 253 | - |
CMYK | 0.22 | 0.13 | 0 | 0.01 |
HSL | 216.43º | 0.93% | 0.88% | - |
HSV(B) | 216.43º | 0.22% | 0.99% | - |
XYZ | 66.09 | 69.63 | 102.88 | - |
YUV | 216.3 | 148.71 | 114.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 219 | 253 | 0.22 | 0.13 | 0 | 0.01 | 216.43 | 0.93 | 0.88 |
Hex | C5 | DB | FD | 16 | D | 0 | 1 | D8 | 5D | 58 |
Octal | 305 | 333 | 375 | 26 | 15 | 0 | 1 | 330 | 135 | 130 |
Binary | 11000101 | 11011011 | 11111101 | 10110 | 1101 | 0 | 1 | 11011000 | 1011101 | 1011000 |
Color Harmonies of #C5DBFD
Complementary color
Monochromatic Colors of #C5DBFD
Black with #C5DBFD
Text Example
Text Example
White with #C5DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBFD; }
p { color: rgb(197,219,253); }
H1.HeaderClassName
{
color: #C5DBFD;
}
.AnyTagClassName
{
color: #C5DBFD;
}
</style>
background-color css
<style>
a { background-color: #C5DBFD; }
a { background-color: rgb(197,219,253); }
div.DivClassName
{
background-color: #C5DBFD;
}
.BgClassName
{
background-color: #C5DBFD;
}
</style>
border-color css
<style>
span { border-color: #C5DBFD; }
span { border-color: rgb(197,219,253); }
td.TdClassName
{
border-color: #C5DBFD;
}
.TagClassName
{
border-color: #C5DBFD;
}
</style>