Shades of Hawkes Blue #C2DDFD
Tints of Hawkes Blue #C2DDFD
RGB
CMYK
RGB Variations
Color information
#C2DDFD (or 0xC2DDFD) is known color: Hawkes Blue. HEX triplet: C2, DD and FD. RGB value is (194,221,253). Sum of RGB (Red+Green+Blue) = 194+221+253=668 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.04% from 668); Green value is 221 (86.72% from 255 or 33.08% 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 #C2DDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DDFD is #3D2202. Grayscale: #D8D8D8. Windows color (decimal): -4006403 or 16637378. OLE color: 16637378.
HSL color Cylindrical-coordinate representation of color #C2DDFD: hue angle of 212.54º 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 #C2DDFD is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 221 | 253 | - |
CMYK | 0.23 | 0.13 | 0 | 0.01 |
HSL | 212.54º | 0.94% | 0.88% | - |
HSV(B) | 212.54º | 0.23% | 0.99% | - |
XYZ | 65.83 | 70.27 | 103.02 | - |
YUV | 216.58 | 148.55 | 111.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 221 | 253 | 0.23 | 0.13 | 0 | 0.01 | 212.54 | 0.94 | 0.88 |
Hex | C2 | DD | FD | 17 | D | 0 | 1 | D5 | 5E | 58 |
Octal | 302 | 335 | 375 | 27 | 15 | 0 | 1 | 325 | 136 | 130 |
Binary | 11000010 | 11011101 | 11111101 | 10111 | 1101 | 0 | 1 | 11010101 | 1011110 | 1011000 |
Color Harmonies of #C2DDFD
Complementary color
Monochromatic Colors of #C2DDFD
Black with #C2DDFD
Text Example
Text Example
White with #C2DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDFD; }
p { color: rgb(194,221,253); }
H1.HeaderClassName
{
color: #C2DDFD;
}
.AnyTagClassName
{
color: #C2DDFD;
}
</style>
background-color css
<style>
a { background-color: #C2DDFD; }
a { background-color: rgb(194,221,253); }
div.DivClassName
{
background-color: #C2DDFD;
}
.BgClassName
{
background-color: #C2DDFD;
}
</style>
border-color css
<style>
span { border-color: #C2DDFD; }
span { border-color: rgb(194,221,253); }
td.TdClassName
{
border-color: #C2DDFD;
}
.TagClassName
{
border-color: #C2DDFD;
}
</style>