Shades of Hawkes Blue #C3DDFD
Tints of Hawkes Blue #C3DDFD
RGB
CMYK
RGB Variations
Color information
#C3DDFD (or 0xC3DDFD) is known color: Hawkes Blue. HEX triplet: C3, DD and FD. RGB value is (195,221,253). Sum of RGB (Red+Green+Blue) = 195+221+253=669 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.15% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3DDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DDFD is #3C2202. Grayscale: #D8D8D8. Windows color (decimal): -3940867 or 16637379. OLE color: 16637379.
HSL color Cylindrical-coordinate representation of color #C3DDFD: hue angle of 213.1º degrees, saturation: 0.94, 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 #C3DDFD is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 221 | 253 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.01 |
| HSL | 213.1º | 0.94% | 0.88% | - |
| HSV(B) | 213.1º | 0.23% | 0.99% | - |
| XYZ | 66.09 | 70.41 | 103.04 | - |
| YUV | 216.87 | 148.39 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 253 | 0.23 | 0.13 | 0 | 0.01 | 213.1 | 0.94 | 0.88 |
| Hex | C3 | DD | FD | 17 | D | 0 | 1 | D5 | 5E | 58 |
| Octal | 303 | 335 | 375 | 27 | 15 | 0 | 1 | 325 | 136 | 130 |
| Binary | 11000011 | 11011101 | 11111101 | 10111 | 1101 | 0 | 1 | 11010101 | 1011110 | 1011000 |
Color Harmonies of #C3DDFD
Complementary color
Monochromatic Colors of #C3DDFD
Black with #C3DDFD
Text Example
Text Example
White with #C3DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DDFD; }
p { color: rgb(195,221,253); }
H1.HeaderClassName
{
color: #C3DDFD;
}
.AnyTagClassName
{
color: #C3DDFD;
}
</style>
background-color css
<style>
a { background-color: #C3DDFD; }
a { background-color: rgb(195,221,253); }
div.DivClassName
{
background-color: #C3DDFD;
}
.BgClassName
{
background-color: #C3DDFD;
}
</style>
border-color css
<style>
span { border-color: #C3DDFD; }
span { border-color: rgb(195,221,253); }
td.TdClassName
{
border-color: #C3DDFD;
}
.TagClassName
{
border-color: #C3DDFD;
}
</style>