Shades of Hawkes Blue #C3DBFF
Tints of Hawkes Blue #C3DBFF
RGB
CMYK
RGB Variations
Color information
#C3DBFF (or 0xC3DBFF) is known color: Hawkes Blue. HEX triplet: C3, DB and FF. RGB value is (195,219,255). Sum of RGB (Red+Green+Blue) = 195+219+255=669 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.15% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DBFF is #3C2400. Grayscale: #D7D7D7. Windows color (decimal): -3941377 or 16767939. OLE color: 16767939.
HSL color Cylindrical-coordinate representation of color #C3DBFF: hue angle of 216º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3DBFF is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 219 | 255 | - |
| CMYK | 0.24 | 0.14 | 0 | 0 |
| HSL | 216º | 1% | 0.88% | - |
| HSV(B) | 216º | 0.24% | 1% | - |
| XYZ | 65.89 | 69.49 | 104.55 | - |
| YUV | 215.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 219 | 255 | 0.24 | 0.14 | 0 | 0 | 216 | 1 | 0.88 |
| Hex | C3 | DB | FF | 18 | E | 0 | 0 | D8 | 64 | 58 |
| Octal | 303 | 333 | 377 | 30 | 16 | 0 | 0 | 330 | 144 | 130 |
| Binary | 11000011 | 11011011 | 11111111 | 11000 | 1110 | 0 | 0 | 11011000 | 1100100 | 1011000 |
Color Harmonies of #C3DBFF
Complementary color
Monochromatic Colors of #C3DBFF
Black with #C3DBFF
Text Example
Text Example
White with #C3DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DBFF; }
p { color: rgb(195,219,255); }
H1.HeaderClassName
{
color: #C3DBFF;
}
.AnyTagClassName
{
color: #C3DBFF;
}
</style>
background-color css
<style>
a { background-color: #C3DBFF; }
a { background-color: rgb(195,219,255); }
div.DivClassName
{
background-color: #C3DBFF;
}
.BgClassName
{
background-color: #C3DBFF;
}
</style>
border-color css
<style>
span { border-color: #C3DBFF; }
span { border-color: rgb(195,219,255); }
td.TdClassName
{
border-color: #C3DBFF;
}
.TagClassName
{
border-color: #C3DBFF;
}
</style>