Shades of Hawkes Blue #C0DAFD
Tints of Hawkes Blue #C0DAFD
RGB
CMYK
RGB Variations
Color information
#C0DAFD (or 0xC0DAFD) is known color: Hawkes Blue. HEX triplet: C0, DA and FD. RGB value is (192,218,253). Sum of RGB (Red+Green+Blue) = 192+218+253=663 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.96% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DAFD is #3F2502. Grayscale: #D6D6D6. Windows color (decimal): -4138243 or 16636608. OLE color: 16636608.
HSL color Cylindrical-coordinate representation of color #C0DAFD: hue angle of 214.43º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0DAFD is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 192 | 218 | 253 | - |
CMYK | 0.24 | 0.14 | 0 | 0.01 |
HSL | 214.43º | 0.94% | 0.87% | - |
HSV(B) | 214.43º | 0.24% | 0.99% | - |
XYZ | 64.54 | 68.44 | 102.74 | - |
YUV | 214.22 | 149.89 | 112.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 218 | 253 | 0.24 | 0.14 | 0 | 0.01 | 214.43 | 0.94 | 0.87 |
Hex | C0 | DA | FD | 18 | E | 0 | 1 | D6 | 5E | 57 |
Octal | 300 | 332 | 375 | 30 | 16 | 0 | 1 | 326 | 136 | 127 |
Binary | 11000000 | 11011010 | 11111101 | 11000 | 1110 | 0 | 1 | 11010110 | 1011110 | 1010111 |
Color Harmonies of #C0DAFD
Complementary color
Monochromatic Colors of #C0DAFD
Black with #C0DAFD
Text Example
Text Example
White with #C0DAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DAFD; }
p { color: rgb(192,218,253); }
H1.HeaderClassName
{
color: #C0DAFD;
}
.AnyTagClassName
{
color: #C0DAFD;
}
</style>
background-color css
<style>
a { background-color: #C0DAFD; }
a { background-color: rgb(192,218,253); }
div.DivClassName
{
background-color: #C0DAFD;
}
.BgClassName
{
background-color: #C0DAFD;
}
</style>
border-color css
<style>
span { border-color: #C0DAFD; }
span { border-color: rgb(192,218,253); }
td.TdClassName
{
border-color: #C0DAFD;
}
.TagClassName
{
border-color: #C0DAFD;
}
</style>