Shades of Hawkes Blue #C1DCFC
Tints of Hawkes Blue #C1DCFC
RGB
CMYK
RGB Variations
Color information
#C1DCFC (or 0xC1DCFC) is known color: Hawkes Blue. HEX triplet: C1, DC and FC. RGB value is (193,220,252). Sum of RGB (Red+Green+Blue) = 193+220+252=665 (88% of max value = 765). Red value is 193 (75.78% from 255 or 29.02% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DCFC is #3E2303. Grayscale: #D7D7D7. Windows color (decimal): -4072196 or 16571585. OLE color: 16571585.
HSL color Cylindrical-coordinate representation of color #C1DCFC: hue angle of 212.54º 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 #C1DCFC is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 220 | 252 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.01 |
| HSL | 212.54º | 0.91% | 0.87% | - |
| HSV(B) | 212.54º | 0.23% | 0.99% | - |
| XYZ | 65.16 | 69.55 | 102.09 | - |
| YUV | 215.58 | 148.55 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 252 | 0.23 | 0.13 | 0 | 0.01 | 212.54 | 0.91 | 0.87 |
| Hex | C1 | DC | FC | 17 | D | 0 | 1 | D5 | 5B | 57 |
| Octal | 301 | 334 | 374 | 27 | 15 | 0 | 1 | 325 | 133 | 127 |
| Binary | 11000001 | 11011100 | 11111100 | 10111 | 1101 | 0 | 1 | 11010101 | 1011011 | 1010111 |
Color Harmonies of #C1DCFC
Complementary color
Monochromatic Colors of #C1DCFC
Black with #C1DCFC
Text Example
Text Example
White with #C1DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DCFC; }
p { color: rgb(193,220,252); }
H1.HeaderClassName
{
color: #C1DCFC;
}
.AnyTagClassName
{
color: #C1DCFC;
}
</style>
background-color css
<style>
a { background-color: #C1DCFC; }
a { background-color: rgb(193,220,252); }
div.DivClassName
{
background-color: #C1DCFC;
}
.BgClassName
{
background-color: #C1DCFC;
}
</style>
border-color css
<style>
span { border-color: #C1DCFC; }
span { border-color: rgb(193,220,252); }
td.TdClassName
{
border-color: #C1DCFC;
}
.TagClassName
{
border-color: #C1DCFC;
}
</style>