Shades of Hawkes Blue #C2D9FF
Tints of Hawkes Blue #C2D9FF
RGB
CMYK
RGB Variations
Color information
#C2D9FF (or 0xC2D9FF) is known color: Hawkes Blue. HEX triplet: C2, D9 and FF. RGB value is (194,217,255). Sum of RGB (Red+Green+Blue) = 194+217+255=666 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.13% from 666); Green value is 217 (85.16% from 255 or 32.58% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2D9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D9FF is #3D2600. Grayscale: #D6D6D6. Windows color (decimal): -4007425 or 16767426. OLE color: 16767426.
HSL color Cylindrical-coordinate representation of color #C2D9FF: hue angle of 217.38º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2D9FF is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 217 | 255 | - |
| CMYK | 0.24 | 0.15 | 0 | 0 |
| HSL | 217.38º | 1% | 0.88% | - |
| HSV(B) | 217.38º | 0.24% | 1% | - |
| XYZ | 65.11 | 68.32 | 104.36 | - |
| YUV | 214.46 | 150.88 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 255 | 0.24 | 0.15 | 0 | 0 | 217.38 | 1 | 0.88 |
| Hex | C2 | D9 | FF | 18 | F | 0 | 0 | D9 | 64 | 58 |
| Octal | 302 | 331 | 377 | 30 | 17 | 0 | 0 | 331 | 144 | 130 |
| Binary | 11000010 | 11011001 | 11111111 | 11000 | 1111 | 0 | 0 | 11011001 | 1100100 | 1011000 |
Color Harmonies of #C2D9FF
Complementary color
Monochromatic Colors of #C2D9FF
Black with #C2D9FF
Text Example
Text Example
White with #C2D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D9FF; }
p { color: rgb(194,217,255); }
H1.HeaderClassName
{
color: #C2D9FF;
}
.AnyTagClassName
{
color: #C2D9FF;
}
</style>
background-color css
<style>
a { background-color: #C2D9FF; }
a { background-color: rgb(194,217,255); }
div.DivClassName
{
background-color: #C2D9FF;
}
.BgClassName
{
background-color: #C2D9FF;
}
</style>
border-color css
<style>
span { border-color: #C2D9FF; }
span { border-color: rgb(194,217,255); }
td.TdClassName
{
border-color: #C2D9FF;
}
.TagClassName
{
border-color: #C2D9FF;
}
</style>