Shades of Hawkes Blue #C2DAF3
Tints of Hawkes Blue #C2DAF3
RGB
CMYK
RGB Variations
Color information
#C2DAF3 (or 0xC2DAF3) is known color: Hawkes Blue. HEX triplet: C2, DA and F3. RGB value is (194,218,243). Sum of RGB (Red+Green+Blue) = 194+218+243=655 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.62% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #C2DAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAF3 is #3D250C. Grayscale: #D5D5D5. Windows color (decimal): -4007181 or 15981250. OLE color: 15981250.
HSL color Cylindrical-coordinate representation of color #C2DAF3: hue angle of 210.61º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2DAF3 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 218 | 243 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.05 |
| HSL | 210.61º | 0.67% | 0.86% | - |
| HSV(B) | 210.61º | 0.2% | 0.95% | - |
| XYZ | 63.5 | 68.08 | 94.59 | - |
| YUV | 213.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 243 | 0.20 | 0.10 | 0 | 0.05 | 210.61 | 0.67 | 0.86 |
| Hex | C2 | DA | F3 | 14 | A | 0 | 5 | D3 | 43 | 56 |
| Octal | 302 | 332 | 363 | 24 | 12 | 0 | 5 | 323 | 103 | 126 |
| Binary | 11000010 | 11011010 | 11110011 | 10100 | 1010 | 0 | 101 | 11010011 | 1000011 | 1010110 |
Color Harmonies of #C2DAF3
Complementary color
Monochromatic Colors of #C2DAF3
Black with #C2DAF3
Text Example
Text Example
White with #C2DAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DAF3; }
p { color: rgb(194,218,243); }
H1.HeaderClassName
{
color: #C2DAF3;
}
.AnyTagClassName
{
color: #C2DAF3;
}
</style>
background-color css
<style>
a { background-color: #C2DAF3; }
a { background-color: rgb(194,218,243); }
div.DivClassName
{
background-color: #C2DAF3;
}
.BgClassName
{
background-color: #C2DAF3;
}
</style>
border-color css
<style>
span { border-color: #C2DAF3; }
span { border-color: rgb(194,218,243); }
td.TdClassName
{
border-color: #C2DAF3;
}
.TagClassName
{
border-color: #C2DAF3;
}
</style>