Shades of Hawkes Blue #C8DCF2
Tints of Hawkes Blue #C8DCF2
RGB
CMYK
RGB Variations
Color information
#C8DCF2 (or 0xC8DCF2) is known color: Hawkes Blue. HEX triplet: C8, DC and F2. RGB value is (200,220,242). Sum of RGB (Red+Green+Blue) = 200+220+242=662 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.21% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #C8DCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DCF2 is #37230D. Grayscale: #D8D8D8. Windows color (decimal): -3613454 or 15916232. OLE color: 15916232.
HSL color Cylindrical-coordinate representation of color #C8DCF2: hue angle of 211.43º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8DCF2 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 220 | 242 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.05 |
| HSL | 211.43º | 0.62% | 0.87% | - |
| HSV(B) | 211.43º | 0.17% | 0.95% | - |
| XYZ | 65.44 | 69.88 | 94.04 | - |
| YUV | 216.53 | 142.37 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 242 | 0.17 | 0.09 | 0 | 0.05 | 211.43 | 0.62 | 0.87 |
| Hex | C8 | DC | F2 | 11 | 9 | 0 | 5 | D3 | 3E | 57 |
| Octal | 310 | 334 | 362 | 21 | 11 | 0 | 5 | 323 | 76 | 127 |
| Binary | 11001000 | 11011100 | 11110010 | 10001 | 1001 | 0 | 101 | 11010011 | 111110 | 1010111 |
Color Harmonies of #C8DCF2
Complementary color
Monochromatic Colors of #C8DCF2
Black with #C8DCF2
Text Example
Text Example
White with #C8DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DCF2; }
p { color: rgb(200,220,242); }
H1.HeaderClassName
{
color: #C8DCF2;
}
.AnyTagClassName
{
color: #C8DCF2;
}
</style>
background-color css
<style>
a { background-color: #C8DCF2; }
a { background-color: rgb(200,220,242); }
div.DivClassName
{
background-color: #C8DCF2;
}
.BgClassName
{
background-color: #C8DCF2;
}
</style>
border-color css
<style>
span { border-color: #C8DCF2; }
span { border-color: rgb(200,220,242); }
td.TdClassName
{
border-color: #C8DCF2;
}
.TagClassName
{
border-color: #C8DCF2;
}
</style>