Shades of Hawkes Blue #C3DAFC
Tints of Hawkes Blue #C3DAFC
RGB
CMYK
RGB Variations
Color information
#C3DAFC (or 0xC3DAFC) is known color: Hawkes Blue. HEX triplet: C3, DA and FC. RGB value is (195,218,252). Sum of RGB (Red+Green+Blue) = 195+218+252=665 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.32% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DAFC is #3C2503. Grayscale: #D6D6D6. Windows color (decimal): -3941636 or 16571075. OLE color: 16571075.
HSL color Cylindrical-coordinate representation of color #C3DAFC: hue angle of 215.79º 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 #C3DAFC is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 218 | 252 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.01 |
| HSL | 215.79º | 0.9% | 0.88% | - |
| HSV(B) | 215.79º | 0.23% | 0.99% | - |
| XYZ | 65.15 | 68.77 | 101.94 | - |
| YUV | 215 | 148.88 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 218 | 252 | 0.23 | 0.13 | 0 | 0.01 | 215.79 | 0.9 | 0.88 |
| Hex | C3 | DA | FC | 17 | D | 0 | 1 | D8 | 5A | 58 |
| Octal | 303 | 332 | 374 | 27 | 15 | 0 | 1 | 330 | 132 | 130 |
| Binary | 11000011 | 11011010 | 11111100 | 10111 | 1101 | 0 | 1 | 11011000 | 1011010 | 1011000 |
Color Harmonies of #C3DAFC
Complementary color
Monochromatic Colors of #C3DAFC
Black with #C3DAFC
Text Example
Text Example
White with #C3DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DAFC; }
p { color: rgb(195,218,252); }
H1.HeaderClassName
{
color: #C3DAFC;
}
.AnyTagClassName
{
color: #C3DAFC;
}
</style>
background-color css
<style>
a { background-color: #C3DAFC; }
a { background-color: rgb(195,218,252); }
div.DivClassName
{
background-color: #C3DAFC;
}
.BgClassName
{
background-color: #C3DAFC;
}
</style>
border-color css
<style>
span { border-color: #C3DAFC; }
span { border-color: rgb(195,218,252); }
td.TdClassName
{
border-color: #C3DAFC;
}
.TagClassName
{
border-color: #C3DAFC;
}
</style>