Shades of Hawkes Blue #C3DCFF
Tints of Hawkes Blue #C3DCFF
RGB
CMYK
RGB Variations
Color information
#C3DCFF (or 0xC3DCFF) is known color: Hawkes Blue. HEX triplet: C3, DC and FF. RGB value is (195,220,255). Sum of RGB (Red+Green+Blue) = 195+220+255=670 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.10% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DCFF is #3C2300. Grayscale: #D8D8D8. Windows color (decimal): -3941121 or 16768195. OLE color: 16768195.
HSL color Cylindrical-coordinate representation of color #C3DCFF: hue angle of 215º 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 #C3DCFF is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 220 | 255 | - |
| CMYK | 0.24 | 0.14 | 0 | 0 |
| HSL | 215º | 1% | 0.88% | - |
| HSV(B) | 215º | 0.24% | 1% | - |
| XYZ | 66.15 | 70.01 | 104.63 | - |
| YUV | 216.52 | 149.72 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 255 | 0.24 | 0.14 | 0 | 0 | 215 | 1 | 0.88 |
| Hex | C3 | DC | FF | 18 | E | 0 | 0 | D7 | 64 | 58 |
| Octal | 303 | 334 | 377 | 30 | 16 | 0 | 0 | 327 | 144 | 130 |
| Binary | 11000011 | 11011100 | 11111111 | 11000 | 1110 | 0 | 0 | 11010111 | 1100100 | 1011000 |
Color Harmonies of #C3DCFF
Complementary color
Monochromatic Colors of #C3DCFF
Black with #C3DCFF
Text Example
Text Example
White with #C3DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DCFF; }
p { color: rgb(195,220,255); }
H1.HeaderClassName
{
color: #C3DCFF;
}
.AnyTagClassName
{
color: #C3DCFF;
}
</style>
background-color css
<style>
a { background-color: #C3DCFF; }
a { background-color: rgb(195,220,255); }
div.DivClassName
{
background-color: #C3DCFF;
}
.BgClassName
{
background-color: #C3DCFF;
}
</style>
border-color css
<style>
span { border-color: #C3DCFF; }
span { border-color: rgb(195,220,255); }
td.TdClassName
{
border-color: #C3DCFF;
}
.TagClassName
{
border-color: #C3DCFF;
}
</style>