Shades of Hawkes Blue #C3DEFD
Tints of Hawkes Blue #C3DEFD
RGB
CMYK
RGB Variations
Color information
#C3DEFD (or 0xC3DEFD) is known color: Hawkes Blue. HEX triplet: C3, DE and FD. RGB value is (195,222,253). Sum of RGB (Red+Green+Blue) = 195+222+253=670 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.10% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3DEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DEFD is #3C2102. Grayscale: #D9D9D9. Windows color (decimal): -3940611 or 16637635. OLE color: 16637635.
HSL color Cylindrical-coordinate representation of color #C3DEFD: hue angle of 212.07º 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 #C3DEFD is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 222 | 253 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.01 |
| HSL | 212.07º | 0.94% | 0.88% | - |
| HSV(B) | 212.07º | 0.23% | 0.99% | - |
| XYZ | 66.36 | 70.94 | 103.12 | - |
| YUV | 217.46 | 148.05 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 222 | 253 | 0.23 | 0.12 | 0 | 0.01 | 212.07 | 0.94 | 0.88 |
| Hex | C3 | DE | FD | 17 | C | 0 | 1 | D4 | 5E | 58 |
| Octal | 303 | 336 | 375 | 27 | 14 | 0 | 1 | 324 | 136 | 130 |
| Binary | 11000011 | 11011110 | 11111101 | 10111 | 1100 | 0 | 1 | 11010100 | 1011110 | 1011000 |
Color Harmonies of #C3DEFD
Complementary color
Monochromatic Colors of #C3DEFD
Black with #C3DEFD
Text Example
Text Example
White with #C3DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DEFD; }
p { color: rgb(195,222,253); }
H1.HeaderClassName
{
color: #C3DEFD;
}
.AnyTagClassName
{
color: #C3DEFD;
}
</style>
background-color css
<style>
a { background-color: #C3DEFD; }
a { background-color: rgb(195,222,253); }
div.DivClassName
{
background-color: #C3DEFD;
}
.BgClassName
{
background-color: #C3DEFD;
}
</style>
border-color css
<style>
span { border-color: #C3DEFD; }
span { border-color: rgb(195,222,253); }
td.TdClassName
{
border-color: #C3DEFD;
}
.TagClassName
{
border-color: #C3DEFD;
}
</style>