Shades of Hawkes Blue #C0DCFB
Tints of Hawkes Blue #C0DCFB
RGB
CMYK
RGB Variations
Color information
#C0DCFB (or 0xC0DCFB) is known color: Hawkes Blue. HEX triplet: C0, DC and FB. RGB value is (192,220,251). Sum of RGB (Red+Green+Blue) = 192+220+251=663 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.96% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DCFB is #3F2304. Grayscale: #D7D7D7. Windows color (decimal): -4137733 or 16506048. OLE color: 16506048.
HSL color Cylindrical-coordinate representation of color #C0DCFB: hue angle of 211.53º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0DCFB is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 220 | 251 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.02 |
| HSL | 211.53º | 0.88% | 0.87% | - |
| HSV(B) | 211.53º | 0.24% | 0.98% | - |
| XYZ | 64.74 | 69.36 | 101.24 | - |
| YUV | 215.16 | 148.22 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 251 | 0.24 | 0.12 | 0 | 0.02 | 211.53 | 0.88 | 0.87 |
| Hex | C0 | DC | FB | 18 | C | 0 | 2 | D4 | 58 | 57 |
| Octal | 300 | 334 | 373 | 30 | 14 | 0 | 2 | 324 | 130 | 127 |
| Binary | 11000000 | 11011100 | 11111011 | 11000 | 1100 | 0 | 10 | 11010100 | 1011000 | 1010111 |
Color Harmonies of #C0DCFB
Complementary color
Monochromatic Colors of #C0DCFB
Black with #C0DCFB
Text Example
Text Example
White with #C0DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DCFB; }
p { color: rgb(192,220,251); }
H1.HeaderClassName
{
color: #C0DCFB;
}
.AnyTagClassName
{
color: #C0DCFB;
}
</style>
background-color css
<style>
a { background-color: #C0DCFB; }
a { background-color: rgb(192,220,251); }
div.DivClassName
{
background-color: #C0DCFB;
}
.BgClassName
{
background-color: #C0DCFB;
}
</style>
border-color css
<style>
span { border-color: #C0DCFB; }
span { border-color: rgb(192,220,251); }
td.TdClassName
{
border-color: #C0DCFB;
}
.TagClassName
{
border-color: #C0DCFB;
}
</style>