Shades of Hawkes Blue #C3DDFC
Tints of Hawkes Blue #C3DDFC
RGB
CMYK
RGB Variations
Color information
#C3DDFC (or 0xC3DDFC) is known color: Hawkes Blue. HEX triplet: C3, DD and FC. RGB value is (195,221,252). Sum of RGB (Red+Green+Blue) = 195+221+252=668 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.19% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DDFC is #3C2203. Grayscale: #D8D8D8. Windows color (decimal): -3940868 or 16571843. OLE color: 16571843.
HSL color Cylindrical-coordinate representation of color #C3DDFC: hue angle of 212.63º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3DDFC is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 221 | 252 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.01 |
| HSL | 212.63º | 0.9% | 0.88% | - |
| HSV(B) | 212.63º | 0.23% | 0.99% | - |
| XYZ | 65.93 | 70.34 | 102.2 | - |
| YUV | 216.76 | 147.89 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 252 | 0.23 | 0.12 | 0 | 0.01 | 212.63 | 0.9 | 0.88 |
| Hex | C3 | DD | FC | 17 | C | 0 | 1 | D5 | 5A | 58 |
| Octal | 303 | 335 | 374 | 27 | 14 | 0 | 1 | 325 | 132 | 130 |
| Binary | 11000011 | 11011101 | 11111100 | 10111 | 1100 | 0 | 1 | 11010101 | 1011010 | 1011000 |
Color Harmonies of #C3DDFC
Complementary color
Monochromatic Colors of #C3DDFC
Black with #C3DDFC
Text Example
Text Example
White with #C3DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DDFC; }
p { color: rgb(195,221,252); }
H1.HeaderClassName
{
color: #C3DDFC;
}
.AnyTagClassName
{
color: #C3DDFC;
}
</style>
background-color css
<style>
a { background-color: #C3DDFC; }
a { background-color: rgb(195,221,252); }
div.DivClassName
{
background-color: #C3DDFC;
}
.BgClassName
{
background-color: #C3DDFC;
}
</style>
border-color css
<style>
span { border-color: #C3DDFC; }
span { border-color: rgb(195,221,252); }
td.TdClassName
{
border-color: #C3DDFC;
}
.TagClassName
{
border-color: #C3DDFC;
}
</style>