Shades of Hawkes Blue #C3DAFA
Tints of Hawkes Blue #C3DAFA
RGB
CMYK
RGB Variations
Color information
#C3DAFA (or 0xC3DAFA) is known color: Hawkes Blue. HEX triplet: C3, DA and FA. RGB value is (195,218,250). Sum of RGB (Red+Green+Blue) = 195+218+250=663 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.41% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DAFA is #3C2505. Grayscale: #D6D6D6. Windows color (decimal): -3941638 or 16440003. OLE color: 16440003.
HSL color Cylindrical-coordinate representation of color #C3DAFA: hue angle of 214.91º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3DAFA is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 218 | 250 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.02 |
| HSL | 214.91º | 0.85% | 0.87% | - |
| HSV(B) | 214.91º | 0.22% | 0.98% | - |
| XYZ | 64.83 | 68.65 | 100.28 | - |
| YUV | 214.77 | 147.88 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 218 | 250 | 0.22 | 0.13 | 0 | 0.02 | 214.91 | 0.85 | 0.87 |
| Hex | C3 | DA | FA | 16 | D | 0 | 2 | D7 | 55 | 57 |
| Octal | 303 | 332 | 372 | 26 | 15 | 0 | 2 | 327 | 125 | 127 |
| Binary | 11000011 | 11011010 | 11111010 | 10110 | 1101 | 0 | 10 | 11010111 | 1010101 | 1010111 |
Color Harmonies of #C3DAFA
Complementary color
Monochromatic Colors of #C3DAFA
Black with #C3DAFA
Text Example
Text Example
White with #C3DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DAFA; }
p { color: rgb(195,218,250); }
H1.HeaderClassName
{
color: #C3DAFA;
}
.AnyTagClassName
{
color: #C3DAFA;
}
</style>
background-color css
<style>
a { background-color: #C3DAFA; }
a { background-color: rgb(195,218,250); }
div.DivClassName
{
background-color: #C3DAFA;
}
.BgClassName
{
background-color: #C3DAFA;
}
</style>
border-color css
<style>
span { border-color: #C3DAFA; }
span { border-color: rgb(195,218,250); }
td.TdClassName
{
border-color: #C3DAFA;
}
.TagClassName
{
border-color: #C3DAFA;
}
</style>