Shades of Hawkes Blue #C3DBFC
Tints of Hawkes Blue #C3DBFC
RGB
CMYK
RGB Variations
Color information
#C3DBFC (or 0xC3DBFC) is known color: Hawkes Blue. HEX triplet: C3, DB and FC. RGB value is (195,219,252). Sum of RGB (Red+Green+Blue) = 195+219+252=666 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.28% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3DBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DBFC is #3C2403. Grayscale: #D7D7D7. Windows color (decimal): -3941380 or 16571331. OLE color: 16571331.
HSL color Cylindrical-coordinate representation of color #C3DBFC: hue angle of 214.74º 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 #C3DBFC is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 219 | 252 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.01 |
| HSL | 214.74º | 0.9% | 0.88% | - |
| HSV(B) | 214.74º | 0.23% | 0.99% | - |
| XYZ | 65.41 | 69.29 | 102.02 | - |
| YUV | 215.59 | 148.55 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 219 | 252 | 0.23 | 0.13 | 0 | 0.01 | 214.74 | 0.9 | 0.88 |
| Hex | C3 | DB | FC | 17 | D | 0 | 1 | D7 | 5A | 58 |
| Octal | 303 | 333 | 374 | 27 | 15 | 0 | 1 | 327 | 132 | 130 |
| Binary | 11000011 | 11011011 | 11111100 | 10111 | 1101 | 0 | 1 | 11010111 | 1011010 | 1011000 |
Color Harmonies of #C3DBFC
Complementary color
Monochromatic Colors of #C3DBFC
Black with #C3DBFC
Text Example
Text Example
White with #C3DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DBFC; }
p { color: rgb(195,219,252); }
H1.HeaderClassName
{
color: #C3DBFC;
}
.AnyTagClassName
{
color: #C3DBFC;
}
</style>
background-color css
<style>
a { background-color: #C3DBFC; }
a { background-color: rgb(195,219,252); }
div.DivClassName
{
background-color: #C3DBFC;
}
.BgClassName
{
background-color: #C3DBFC;
}
</style>
border-color css
<style>
span { border-color: #C3DBFC; }
span { border-color: rgb(195,219,252); }
td.TdClassName
{
border-color: #C3DBFC;
}
.TagClassName
{
border-color: #C3DBFC;
}
</style>