Shades of Hawkes Blue #C3DCFD
Tints of Hawkes Blue #C3DCFD
RGB
CMYK
RGB Variations
Color information
#C3DCFD (or 0xC3DCFD) is known color: Hawkes Blue. HEX triplet: C3, DC and FD. RGB value is (195,220,253). Sum of RGB (Red+Green+Blue) = 195+220+253=668 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.19% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DCFD is #3C2302. Grayscale: #D8D8D8. Windows color (decimal): -3941123 or 16637123. OLE color: 16637123.
HSL color Cylindrical-coordinate representation of color #C3DCFD: hue angle of 214.14º 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 #C3DCFD is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 220 | 253 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.01 |
| HSL | 214.14º | 0.94% | 0.88% | - |
| HSV(B) | 214.14º | 0.23% | 0.99% | - |
| XYZ | 65.83 | 69.88 | 102.95 | - |
| YUV | 216.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 253 | 0.23 | 0.13 | 0 | 0.01 | 214.14 | 0.94 | 0.88 |
| Hex | C3 | DC | FD | 17 | D | 0 | 1 | D6 | 5E | 58 |
| Octal | 303 | 334 | 375 | 27 | 15 | 0 | 1 | 326 | 136 | 130 |
| Binary | 11000011 | 11011100 | 11111101 | 10111 | 1101 | 0 | 1 | 11010110 | 1011110 | 1011000 |
Color Harmonies of #C3DCFD
Complementary color
Monochromatic Colors of #C3DCFD
Black with #C3DCFD
Text Example
Text Example
White with #C3DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DCFD; }
p { color: rgb(195,220,253); }
H1.HeaderClassName
{
color: #C3DCFD;
}
.AnyTagClassName
{
color: #C3DCFD;
}
</style>
background-color css
<style>
a { background-color: #C3DCFD; }
a { background-color: rgb(195,220,253); }
div.DivClassName
{
background-color: #C3DCFD;
}
.BgClassName
{
background-color: #C3DCFD;
}
</style>
border-color css
<style>
span { border-color: #C3DCFD; }
span { border-color: rgb(195,220,253); }
td.TdClassName
{
border-color: #C3DCFD;
}
.TagClassName
{
border-color: #C3DCFD;
}
</style>