Shades of Hawkes Blue #C1DDFC
Tints of Hawkes Blue #C1DDFC
RGB
CMYK
RGB Variations
Color information
#C1DDFC (or 0xC1DDFC) is known color: Hawkes Blue. HEX triplet: C1, DD and FC. RGB value is (193,221,252). Sum of RGB (Red+Green+Blue) = 193+221+252=666 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.98% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DDFC is #3E2203. Grayscale: #D8D8D8. Windows color (decimal): -4071940 or 16571841. OLE color: 16571841.
HSL color Cylindrical-coordinate representation of color #C1DDFC: hue angle of 211.53º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1DDFC is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 221 | 252 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.01 |
| HSL | 211.53º | 0.91% | 0.87% | - |
| HSV(B) | 211.53º | 0.23% | 0.99% | - |
| XYZ | 65.42 | 70.08 | 102.17 | - |
| YUV | 216.16 | 148.22 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 252 | 0.23 | 0.12 | 0 | 0.01 | 211.53 | 0.91 | 0.87 |
| Hex | C1 | DD | FC | 17 | C | 0 | 1 | D4 | 5B | 57 |
| Octal | 301 | 335 | 374 | 27 | 14 | 0 | 1 | 324 | 133 | 127 |
| Binary | 11000001 | 11011101 | 11111100 | 10111 | 1100 | 0 | 1 | 11010100 | 1011011 | 1010111 |
Color Harmonies of #C1DDFC
Complementary color
Monochromatic Colors of #C1DDFC
Black with #C1DDFC
Text Example
Text Example
White with #C1DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DDFC; }
p { color: rgb(193,221,252); }
H1.HeaderClassName
{
color: #C1DDFC;
}
.AnyTagClassName
{
color: #C1DDFC;
}
</style>
background-color css
<style>
a { background-color: #C1DDFC; }
a { background-color: rgb(193,221,252); }
div.DivClassName
{
background-color: #C1DDFC;
}
.BgClassName
{
background-color: #C1DDFC;
}
</style>
border-color css
<style>
span { border-color: #C1DDFC; }
span { border-color: rgb(193,221,252); }
td.TdClassName
{
border-color: #C1DDFC;
}
.TagClassName
{
border-color: #C1DDFC;
}
</style>