Shades of Hawkes Blue #C3D6FF
Tints of Hawkes Blue #C3D6FF
RGB
CMYK
RGB Variations
Color information
#C3D6FF (or 0xC3D6FF) is known color: Hawkes Blue. HEX triplet: C3, D6 and FF. RGB value is (195,214,255). Sum of RGB (Red+Green+Blue) = 195+214+255=664 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.37% from 664); Green value is 214 (83.98% from 255 or 32.23% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3D6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D6FF is #3C2900. Grayscale: #D4D4D4. Windows color (decimal): -3942657 or 16766659. OLE color: 16766659.
HSL color Cylindrical-coordinate representation of color #C3D6FF: hue angle of 221º 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 #C3D6FF is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 214 | 255 | - |
| CMYK | 0.24 | 0.16 | 0 | 0 |
| HSL | 221º | 1% | 0.88% | - |
| HSV(B) | 221º | 0.24% | 1% | - |
| XYZ | 64.6 | 66.92 | 104.12 | - |
| YUV | 212.99 | 151.71 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 214 | 255 | 0.24 | 0.16 | 0 | 0 | 221 | 1 | 0.88 |
| Hex | C3 | D6 | FF | 18 | 10 | 0 | 0 | DD | 64 | 58 |
| Octal | 303 | 326 | 377 | 30 | 20 | 0 | 0 | 335 | 144 | 130 |
| Binary | 11000011 | 11010110 | 11111111 | 11000 | 10000 | 0 | 0 | 11011101 | 1100100 | 1011000 |
Color Harmonies of #C3D6FF
Complementary color
Monochromatic Colors of #C3D6FF
Black with #C3D6FF
Text Example
Text Example
White with #C3D6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D6FF; }
p { color: rgb(195,214,255); }
H1.HeaderClassName
{
color: #C3D6FF;
}
.AnyTagClassName
{
color: #C3D6FF;
}
</style>
background-color css
<style>
a { background-color: #C3D6FF; }
a { background-color: rgb(195,214,255); }
div.DivClassName
{
background-color: #C3D6FF;
}
.BgClassName
{
background-color: #C3D6FF;
}
</style>
border-color css
<style>
span { border-color: #C3D6FF; }
span { border-color: rgb(195,214,255); }
td.TdClassName
{
border-color: #C3D6FF;
}
.TagClassName
{
border-color: #C3D6FF;
}
</style>