Shades of Hawkes Blue #C3D7F7
Tints of Hawkes Blue #C3D7F7
RGB
CMYK
RGB Variations
Color information
#C3D7F7 (or 0xC3D7F7) is known color: Hawkes Blue. HEX triplet: C3, D7 and F7. RGB value is (195,215,247). Sum of RGB (Red+Green+Blue) = 195+215+247=657 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.68% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 247 - color contains mainly: blue. Hex color #C3D7F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D7F7 is #3C2808. Grayscale: #D4D4D4. Windows color (decimal): -3942409 or 16242627. OLE color: 16242627.
HSL color Cylindrical-coordinate representation of color #C3D7F7: hue angle of 216.92º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3D7F7 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 215 | 247 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.03 |
| HSL | 216.92º | 0.76% | 0.87% | - |
| HSV(B) | 216.92º | 0.21% | 0.97% | - |
| XYZ | 63.59 | 66.92 | 97.56 | - |
| YUV | 212.67 | 147.37 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 215 | 247 | 0.21 | 0.13 | 0 | 0.03 | 216.92 | 0.76 | 0.87 |
| Hex | C3 | D7 | F7 | 15 | D | 0 | 3 | D9 | 4C | 57 |
| Octal | 303 | 327 | 367 | 25 | 15 | 0 | 3 | 331 | 114 | 127 |
| Binary | 11000011 | 11010111 | 11110111 | 10101 | 1101 | 0 | 11 | 11011001 | 1001100 | 1010111 |
Color Harmonies of #C3D7F7
Complementary color
Monochromatic Colors of #C3D7F7
Black with #C3D7F7
Text Example
Text Example
White with #C3D7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D7F7; }
p { color: rgb(195,215,247); }
H1.HeaderClassName
{
color: #C3D7F7;
}
.AnyTagClassName
{
color: #C3D7F7;
}
</style>
background-color css
<style>
a { background-color: #C3D7F7; }
a { background-color: rgb(195,215,247); }
div.DivClassName
{
background-color: #C3D7F7;
}
.BgClassName
{
background-color: #C3D7F7;
}
</style>
border-color css
<style>
span { border-color: #C3D7F7; }
span { border-color: rgb(195,215,247); }
td.TdClassName
{
border-color: #C3D7F7;
}
.TagClassName
{
border-color: #C3D7F7;
}
</style>