Shades of Hawkes Blue #C2D9F7
Tints of Hawkes Blue #C2D9F7
RGB
CMYK
RGB Variations
Color information
#C2D9F7 (or 0xC2D9F7) is known color: Hawkes Blue. HEX triplet: C2, D9 and F7. RGB value is (194,217,247). Sum of RGB (Red+Green+Blue) = 194+217+247=658 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.48% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 247 - color contains mainly: blue. Hex color #C2D9F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D9F7 is #3D2608. Grayscale: #D5D5D5. Windows color (decimal): -4007433 or 16243138. OLE color: 16243138.
HSL color Cylindrical-coordinate representation of color #C2D9F7: hue angle of 213.96º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2D9F7 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 194 | 217 | 247 | - |
CMYK | 0.21 | 0.12 | 0 | 0.03 |
HSL | 213.96º | 0.77% | 0.86% | - |
HSV(B) | 213.96º | 0.21% | 0.97% | - |
XYZ | 63.85 | 67.81 | 97.72 | - |
YUV | 213.54 | 146.88 | 114.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 217 | 247 | 0.21 | 0.12 | 0 | 0.03 | 213.96 | 0.77 | 0.86 |
Hex | C2 | D9 | F7 | 15 | C | 0 | 3 | D6 | 4D | 56 |
Octal | 302 | 331 | 367 | 25 | 14 | 0 | 3 | 326 | 115 | 126 |
Binary | 11000010 | 11011001 | 11110111 | 10101 | 1100 | 0 | 11 | 11010110 | 1001101 | 1010110 |
Color Harmonies of #C2D9F7
Complementary color
Monochromatic Colors of #C2D9F7
Black with #C2D9F7
Text Example
Text Example
White with #C2D9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D9F7; }
p { color: rgb(194,217,247); }
H1.HeaderClassName
{
color: #C2D9F7;
}
.AnyTagClassName
{
color: #C2D9F7;
}
</style>
background-color css
<style>
a { background-color: #C2D9F7; }
a { background-color: rgb(194,217,247); }
div.DivClassName
{
background-color: #C2D9F7;
}
.BgClassName
{
background-color: #C2D9F7;
}
</style>
border-color css
<style>
span { border-color: #C2D9F7; }
span { border-color: rgb(194,217,247); }
td.TdClassName
{
border-color: #C2D9F7;
}
.TagClassName
{
border-color: #C2D9F7;
}
</style>