Shades of Hawkes Blue #C1D4FF
Tints of Hawkes Blue #C1D4FF
RGB
CMYK
RGB Variations
Color information
#C1D4FF (or 0xC1D4FF) is known color: Hawkes Blue. HEX triplet: C1, D4 and FF. RGB value is (193,212,255). Sum of RGB (Red+Green+Blue) = 193+212+255=660 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.24% from 660); Green value is 212 (83.20% from 255 or 32.12% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1D4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1D4FF is #3E2B00. Grayscale: #D3D3D3. Windows color (decimal): -4074241 or 16766145. OLE color: 16766145.
HSL color Cylindrical-coordinate representation of color #C1D4FF: hue angle of 221.61º 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 #C1D4FF is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 212 | 255 | - |
| CMYK | 0.24 | 0.17 | 0 | 0 |
| HSL | 221.61º | 1% | 0.88% | - |
| HSV(B) | 221.61º | 0.24% | 1% | - |
| XYZ | 63.59 | 65.64 | 103.93 | - |
| YUV | 211.22 | 152.71 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 212 | 255 | 0.24 | 0.17 | 0 | 0 | 221.61 | 1 | 0.88 |
| Hex | C1 | D4 | FF | 18 | 11 | 0 | 0 | DE | 64 | 58 |
| Octal | 301 | 324 | 377 | 30 | 21 | 0 | 0 | 336 | 144 | 130 |
| Binary | 11000001 | 11010100 | 11111111 | 11000 | 10001 | 0 | 0 | 11011110 | 1100100 | 1011000 |
Color Harmonies of #C1D4FF
Complementary color
Monochromatic Colors of #C1D4FF
Black with #C1D4FF
Text Example
Text Example
White with #C1D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D4FF; }
p { color: rgb(193,212,255); }
H1.HeaderClassName
{
color: #C1D4FF;
}
.AnyTagClassName
{
color: #C1D4FF;
}
</style>
background-color css
<style>
a { background-color: #C1D4FF; }
a { background-color: rgb(193,212,255); }
div.DivClassName
{
background-color: #C1D4FF;
}
.BgClassName
{
background-color: #C1D4FF;
}
</style>
border-color css
<style>
span { border-color: #C1D4FF; }
span { border-color: rgb(193,212,255); }
td.TdClassName
{
border-color: #C1D4FF;
}
.TagClassName
{
border-color: #C1D4FF;
}
</style>