Shades of Hawkes Blue #C1D6FF
Tints of Hawkes Blue #C1D6FF
RGB
CMYK
RGB Variations
Color information
#C1D6FF (or 0xC1D6FF) is known color: Hawkes Blue. HEX triplet: C1, D6 and FF. RGB value is (193,214,255). Sum of RGB (Red+Green+Blue) = 193+214+255=662 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.15% from 662); Green value is 214 (83.98% from 255 or 32.33% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1D6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1D6FF is #3E2900. Grayscale: #D4D4D4. Windows color (decimal): -4073729 or 16766657. OLE color: 16766657.
HSL color Cylindrical-coordinate representation of color #C1D6FF: hue angle of 219.68º 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 #C1D6FF is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 214 | 255 | - |
| CMYK | 0.24 | 0.16 | 0 | 0 |
| HSL | 219.68º | 1% | 0.88% | - |
| HSV(B) | 219.68º | 0.24% | 1% | - |
| XYZ | 64.09 | 66.65 | 104.09 | - |
| YUV | 212.4 | 152.04 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 214 | 255 | 0.24 | 0.16 | 0 | 0 | 219.68 | 1 | 0.88 |
| Hex | C1 | D6 | FF | 18 | 10 | 0 | 0 | DC | 64 | 58 |
| Octal | 301 | 326 | 377 | 30 | 20 | 0 | 0 | 334 | 144 | 130 |
| Binary | 11000001 | 11010110 | 11111111 | 11000 | 10000 | 0 | 0 | 11011100 | 1100100 | 1011000 |
Color Harmonies of #C1D6FF
Complementary color
Monochromatic Colors of #C1D6FF
Black with #C1D6FF
Text Example
Text Example
White with #C1D6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D6FF; }
p { color: rgb(193,214,255); }
H1.HeaderClassName
{
color: #C1D6FF;
}
.AnyTagClassName
{
color: #C1D6FF;
}
</style>
background-color css
<style>
a { background-color: #C1D6FF; }
a { background-color: rgb(193,214,255); }
div.DivClassName
{
background-color: #C1D6FF;
}
.BgClassName
{
background-color: #C1D6FF;
}
</style>
border-color css
<style>
span { border-color: #C1D6FF; }
span { border-color: rgb(193,214,255); }
td.TdClassName
{
border-color: #C1D6FF;
}
.TagClassName
{
border-color: #C1D6FF;
}
</style>