Shades of Hawkes Blue #C2DDFE
Tints of Hawkes Blue #C2DDFE
RGB
CMYK
RGB Variations
Color information
#C2DDFE (or 0xC2DDFE) is known color: Hawkes Blue. HEX triplet: C2, DD and FE. RGB value is (194,221,254). Sum of RGB (Red+Green+Blue) = 194+221+254=669 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.00% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2DDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DDFE is #3D2201. Grayscale: #D8D8D8. Windows color (decimal): -4006402 or 16702914. OLE color: 16702914.
HSL color Cylindrical-coordinate representation of color #C2DDFE: hue angle of 213º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2DDFE is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 194 | 221 | 254 | - |
CMYK | 0.24 | 0.13 | 0 | 0.00 |
HSL | 213º | 0.97% | 0.88% | - |
HSV(B) | 213º | 0.24% | 1% | - |
XYZ | 65.99 | 70.34 | 103.86 | - |
YUV | 216.69 | 149.05 | 111.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 221 | 254 | 0.24 | 0.13 | 0 | 0.00 | 213 | 0.97 | 0.88 |
Hex | C2 | DD | FE | 18 | D | 0 | 0 | D5 | 61 | 58 |
Octal | 302 | 335 | 376 | 30 | 15 | 0 | 0 | 325 | 141 | 130 |
Binary | 11000010 | 11011101 | 11111110 | 11000 | 1101 | 0 | 0 | 11010101 | 1100001 | 1011000 |
Color Harmonies of #C2DDFE
Complementary color
Monochromatic Colors of #C2DDFE
Black with #C2DDFE
Text Example
Text Example
White with #C2DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDFE; }
p { color: rgb(194,221,254); }
H1.HeaderClassName
{
color: #C2DDFE;
}
.AnyTagClassName
{
color: #C2DDFE;
}
</style>
background-color css
<style>
a { background-color: #C2DDFE; }
a { background-color: rgb(194,221,254); }
div.DivClassName
{
background-color: #C2DDFE;
}
.BgClassName
{
background-color: #C2DDFE;
}
</style>
border-color css
<style>
span { border-color: #C2DDFE; }
span { border-color: rgb(194,221,254); }
td.TdClassName
{
border-color: #C2DDFE;
}
.TagClassName
{
border-color: #C2DDFE;
}
</style>