Shades of Hawkes Blue #C1DCFA
Tints of Hawkes Blue #C1DCFA
RGB
CMYK
RGB Variations
Color information
#C1DCFA (or 0xC1DCFA) is known color: Hawkes Blue. HEX triplet: C1, DC and FA. RGB value is (193,220,250). Sum of RGB (Red+Green+Blue) = 193+220+250=663 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.11% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DCFA is #3E2305. Grayscale: #D7D7D7. Windows color (decimal): -4072198 or 16440513. OLE color: 16440513.
HSL color Cylindrical-coordinate representation of color #C1DCFA: hue angle of 211.58º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1DCFA is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 220 | 250 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.02 |
| HSL | 211.58º | 0.85% | 0.87% | - |
| HSV(B) | 211.58º | 0.23% | 0.98% | - |
| XYZ | 64.84 | 69.43 | 100.43 | - |
| YUV | 215.35 | 147.55 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 250 | 0.23 | 0.12 | 0 | 0.02 | 211.58 | 0.85 | 0.87 |
| Hex | C1 | DC | FA | 17 | C | 0 | 2 | D4 | 55 | 57 |
| Octal | 301 | 334 | 372 | 27 | 14 | 0 | 2 | 324 | 125 | 127 |
| Binary | 11000001 | 11011100 | 11111010 | 10111 | 1100 | 0 | 10 | 11010100 | 1010101 | 1010111 |
Color Harmonies of #C1DCFA
Complementary color
Monochromatic Colors of #C1DCFA
Black with #C1DCFA
Text Example
Text Example
White with #C1DCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DCFA; }
p { color: rgb(193,220,250); }
H1.HeaderClassName
{
color: #C1DCFA;
}
.AnyTagClassName
{
color: #C1DCFA;
}
</style>
background-color css
<style>
a { background-color: #C1DCFA; }
a { background-color: rgb(193,220,250); }
div.DivClassName
{
background-color: #C1DCFA;
}
.BgClassName
{
background-color: #C1DCFA;
}
</style>
border-color css
<style>
span { border-color: #C1DCFA; }
span { border-color: rgb(193,220,250); }
td.TdClassName
{
border-color: #C1DCFA;
}
.TagClassName
{
border-color: #C1DCFA;
}
</style>