Shades of Hawkes Blue #C8DBF5
Tints of Hawkes Blue #C8DBF5
RGB
CMYK
RGB Variations
Color information
#C8DBF5 (or 0xC8DBF5) is known color: Hawkes Blue. HEX triplet: C8, DB and F5. RGB value is (200,219,245). Sum of RGB (Red+Green+Blue) = 200+219+245=664 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.12% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 245 (96.09% from 255 or 36.90% from 664); Max value from RGB is 245 - color contains mainly: blue. Hex color #C8DBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DBF5 is #37240A. Grayscale: #D8D8D8. Windows color (decimal): -3613707 or 16112584. OLE color: 16112584.
HSL color Cylindrical-coordinate representation of color #C8DBF5: hue angle of 214.67º degrees, saturation: 0.69, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8DBF5 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 219 | 245 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.04 |
| HSL | 214.67º | 0.69% | 0.87% | - |
| HSV(B) | 214.67º | 0.18% | 0.96% | - |
| XYZ | 65.63 | 69.53 | 96.35 | - |
| YUV | 216.28 | 144.21 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 219 | 245 | 0.18 | 0.11 | 0 | 0.04 | 214.67 | 0.69 | 0.87 |
| Hex | C8 | DB | F5 | 12 | B | 0 | 4 | D7 | 45 | 57 |
| Octal | 310 | 333 | 365 | 22 | 13 | 0 | 4 | 327 | 105 | 127 |
| Binary | 11001000 | 11011011 | 11110101 | 10010 | 1011 | 0 | 100 | 11010111 | 1000101 | 1010111 |
Color Harmonies of #C8DBF5
Complementary color
Monochromatic Colors of #C8DBF5
Black with #C8DBF5
Text Example
Text Example
White with #C8DBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DBF5; }
p { color: rgb(200,219,245); }
H1.HeaderClassName
{
color: #C8DBF5;
}
.AnyTagClassName
{
color: #C8DBF5;
}
</style>
background-color css
<style>
a { background-color: #C8DBF5; }
a { background-color: rgb(200,219,245); }
div.DivClassName
{
background-color: #C8DBF5;
}
.BgClassName
{
background-color: #C8DBF5;
}
</style>
border-color css
<style>
span { border-color: #C8DBF5; }
span { border-color: rgb(200,219,245); }
td.TdClassName
{
border-color: #C8DBF5;
}
.TagClassName
{
border-color: #C8DBF5;
}
</style>