Shades of Hawkes Blue #C2DCFE
Tints of Hawkes Blue #C2DCFE
RGB
CMYK
RGB Variations
Color information
#C2DCFE (or 0xC2DCFE) is known color: Hawkes Blue. HEX triplet: C2, DC and FE. RGB value is (194,220,254). Sum of RGB (Red+Green+Blue) = 194+220+254=668 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.04% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2DCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DCFE is #3D2301. Grayscale: #D7D7D7. Windows color (decimal): -4006658 or 16702658. OLE color: 16702658.
HSL color Cylindrical-coordinate representation of color #C2DCFE: hue angle of 214º 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 #C2DCFE is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 194 | 220 | 254 | - |
CMYK | 0.24 | 0.13 | 0 | 0.00 |
HSL | 214º | 0.97% | 0.88% | - |
HSV(B) | 214º | 0.24% | 1% | - |
XYZ | 65.73 | 69.81 | 103.78 | - |
YUV | 216.1 | 149.39 | 112.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 220 | 254 | 0.24 | 0.13 | 0 | 0.00 | 214 | 0.97 | 0.88 |
Hex | C2 | DC | FE | 18 | D | 0 | 0 | D6 | 61 | 58 |
Octal | 302 | 334 | 376 | 30 | 15 | 0 | 0 | 326 | 141 | 130 |
Binary | 11000010 | 11011100 | 11111110 | 11000 | 1101 | 0 | 0 | 11010110 | 1100001 | 1011000 |
Color Harmonies of #C2DCFE
Complementary color
Monochromatic Colors of #C2DCFE
Black with #C2DCFE
Text Example
Text Example
White with #C2DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCFE; }
p { color: rgb(194,220,254); }
H1.HeaderClassName
{
color: #C2DCFE;
}
.AnyTagClassName
{
color: #C2DCFE;
}
</style>
background-color css
<style>
a { background-color: #C2DCFE; }
a { background-color: rgb(194,220,254); }
div.DivClassName
{
background-color: #C2DCFE;
}
.BgClassName
{
background-color: #C2DCFE;
}
</style>
border-color css
<style>
span { border-color: #C2DCFE; }
span { border-color: rgb(194,220,254); }
td.TdClassName
{
border-color: #C2DCFE;
}
.TagClassName
{
border-color: #C2DCFE;
}
</style>