Shades of Hawkes Blue #C2DAF5
Tints of Hawkes Blue #C2DAF5
RGB
CMYK
RGB Variations
Color information
#C2DAF5 (or 0xC2DAF5) is known color: Hawkes Blue. HEX triplet: C2, DA and F5. RGB value is (194,218,245). Sum of RGB (Red+Green+Blue) = 194+218+245=657 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.53% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #C2DAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAF5 is #3D250A. Grayscale: #D5D5D5. Windows color (decimal): -4007179 or 16112322. OLE color: 16112322.
HSL color Cylindrical-coordinate representation of color #C2DAF5: hue angle of 211.76º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2DAF5 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 194 | 218 | 245 | - |
CMYK | 0.21 | 0.11 | 0 | 0.04 |
HSL | 211.76º | 0.72% | 0.86% | - |
HSV(B) | 211.76º | 0.21% | 0.96% | - |
XYZ | 63.8 | 68.2 | 96.19 | - |
YUV | 213.9 | 145.55 | 113.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 218 | 245 | 0.21 | 0.11 | 0 | 0.04 | 211.76 | 0.72 | 0.86 |
Hex | C2 | DA | F5 | 15 | B | 0 | 4 | D4 | 48 | 56 |
Octal | 302 | 332 | 365 | 25 | 13 | 0 | 4 | 324 | 110 | 126 |
Binary | 11000010 | 11011010 | 11110101 | 10101 | 1011 | 0 | 100 | 11010100 | 1001000 | 1010110 |
Color Harmonies of #C2DAF5
Complementary color
Monochromatic Colors of #C2DAF5
Black with #C2DAF5
Text Example
Text Example
White with #C2DAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DAF5; }
p { color: rgb(194,218,245); }
H1.HeaderClassName
{
color: #C2DAF5;
}
.AnyTagClassName
{
color: #C2DAF5;
}
</style>
background-color css
<style>
a { background-color: #C2DAF5; }
a { background-color: rgb(194,218,245); }
div.DivClassName
{
background-color: #C2DAF5;
}
.BgClassName
{
background-color: #C2DAF5;
}
</style>
border-color css
<style>
span { border-color: #C2DAF5; }
span { border-color: rgb(194,218,245); }
td.TdClassName
{
border-color: #C2DAF5;
}
.TagClassName
{
border-color: #C2DAF5;
}
</style>