Shades of Hawkes Blue #C0DBFC
Tints of Hawkes Blue #C0DBFC
RGB
CMYK
RGB Variations
Color information
#C0DBFC (or 0xC0DBFC) is known color: Hawkes Blue. HEX triplet: C0, DB and FC. RGB value is (192,219,252). Sum of RGB (Red+Green+Blue) = 192+219+252=663 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.96% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0DBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DBFC is #3F2403. Grayscale: #D6D6D6. Windows color (decimal): -4137988 or 16571328. OLE color: 16571328.
HSL color Cylindrical-coordinate representation of color #C0DBFC: hue angle of 213º degrees, saturation: 0.91, 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 #C0DBFC is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 219 | 252 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.01 |
| HSL | 213º | 0.91% | 0.87% | - |
| HSV(B) | 213º | 0.24% | 0.99% | - |
| XYZ | 64.64 | 68.9 | 101.99 | - |
| YUV | 214.69 | 149.05 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 252 | 0.24 | 0.13 | 0 | 0.01 | 213 | 0.91 | 0.87 |
| Hex | C0 | DB | FC | 18 | D | 0 | 1 | D5 | 5B | 57 |
| Octal | 300 | 333 | 374 | 30 | 15 | 0 | 1 | 325 | 133 | 127 |
| Binary | 11000000 | 11011011 | 11111100 | 11000 | 1101 | 0 | 1 | 11010101 | 1011011 | 1010111 |
Color Harmonies of #C0DBFC
Complementary color
Monochromatic Colors of #C0DBFC
Black with #C0DBFC
Text Example
Text Example
White with #C0DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DBFC; }
p { color: rgb(192,219,252); }
H1.HeaderClassName
{
color: #C0DBFC;
}
.AnyTagClassName
{
color: #C0DBFC;
}
</style>
background-color css
<style>
a { background-color: #C0DBFC; }
a { background-color: rgb(192,219,252); }
div.DivClassName
{
background-color: #C0DBFC;
}
.BgClassName
{
background-color: #C0DBFC;
}
</style>
border-color css
<style>
span { border-color: #C0DBFC; }
span { border-color: rgb(192,219,252); }
td.TdClassName
{
border-color: #C0DBFC;
}
.TagClassName
{
border-color: #C0DBFC;
}
</style>