Shades of Hawkes Blue #C3D6F6
Tints of Hawkes Blue #C3D6F6
RGB
CMYK
RGB Variations
Color information
#C3D6F6 (or 0xC3D6F6) is known color: Hawkes Blue. HEX triplet: C3, D6 and F6. RGB value is (195,214,246). Sum of RGB (Red+Green+Blue) = 195+214+246=655 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.77% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #C3D6F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D6F6 is #3C2909. Grayscale: #D3D3D3. Windows color (decimal): -3942666 or 16176835. OLE color: 16176835.
HSL color Cylindrical-coordinate representation of color #C3D6F6: hue angle of 217.65º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3D6F6 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 214 | 246 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.04 |
| HSL | 217.65º | 0.74% | 0.86% | - |
| HSV(B) | 217.65º | 0.21% | 0.96% | - |
| XYZ | 63.19 | 66.35 | 96.67 | - |
| YUV | 211.97 | 147.21 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 214 | 246 | 0.21 | 0.13 | 0 | 0.04 | 217.65 | 0.74 | 0.86 |
| Hex | C3 | D6 | F6 | 15 | D | 0 | 4 | DA | 4A | 56 |
| Octal | 303 | 326 | 366 | 25 | 15 | 0 | 4 | 332 | 112 | 126 |
| Binary | 11000011 | 11010110 | 11110110 | 10101 | 1101 | 0 | 100 | 11011010 | 1001010 | 1010110 |
Color Harmonies of #C3D6F6
Complementary color
Monochromatic Colors of #C3D6F6
Black with #C3D6F6
Text Example
Text Example
White with #C3D6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D6F6; }
p { color: rgb(195,214,246); }
H1.HeaderClassName
{
color: #C3D6F6;
}
.AnyTagClassName
{
color: #C3D6F6;
}
</style>
background-color css
<style>
a { background-color: #C3D6F6; }
a { background-color: rgb(195,214,246); }
div.DivClassName
{
background-color: #C3D6F6;
}
.BgClassName
{
background-color: #C3D6F6;
}
</style>
border-color css
<style>
span { border-color: #C3D6F6; }
span { border-color: rgb(195,214,246); }
td.TdClassName
{
border-color: #C3D6F6;
}
.TagClassName
{
border-color: #C3D6F6;
}
</style>