Shades of Hawkes Blue #C5D2FB
Tints of Hawkes Blue #C5D2FB
RGB
CMYK
RGB Variations
Color information
#C5D2FB (or 0xC5D2FB) is known color: Hawkes Blue. HEX triplet: C5, D2 and FB. RGB value is (197,210,251). Sum of RGB (Red+Green+Blue) = 197+210+251=658 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.94% from 658); Green value is 210 (82.42% from 255 or 31.91% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #C5D2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D2FB is #3A2D04. Grayscale: #D2D2D2. Windows color (decimal): -3812613 or 16503493. OLE color: 16503493.
HSL color Cylindrical-coordinate representation of color #C5D2FB: hue angle of 225.56º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5D2FB is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 210 | 251 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.02 |
| HSL | 225.56º | 0.87% | 0.88% | - |
| HSV(B) | 225.56º | 0.22% | 0.98% | - |
| XYZ | 63.49 | 64.93 | 100.45 | - |
| YUV | 210.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 251 | 0.22 | 0.16 | 0 | 0.02 | 225.56 | 0.87 | 0.88 |
| Hex | C5 | D2 | FB | 16 | 10 | 0 | 2 | E2 | 57 | 58 |
| Octal | 305 | 322 | 373 | 26 | 20 | 0 | 2 | 342 | 127 | 130 |
| Binary | 11000101 | 11010010 | 11111011 | 10110 | 10000 | 0 | 10 | 11100010 | 1010111 | 1011000 |
Color Harmonies of #C5D2FB
Complementary color
Monochromatic Colors of #C5D2FB
Black with #C5D2FB
Text Example
Text Example
White with #C5D2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D2FB; }
p { color: rgb(197,210,251); }
H1.HeaderClassName
{
color: #C5D2FB;
}
.AnyTagClassName
{
color: #C5D2FB;
}
</style>
background-color css
<style>
a { background-color: #C5D2FB; }
a { background-color: rgb(197,210,251); }
div.DivClassName
{
background-color: #C5D2FB;
}
.BgClassName
{
background-color: #C5D2FB;
}
</style>
border-color css
<style>
span { border-color: #C5D2FB; }
span { border-color: rgb(197,210,251); }
td.TdClassName
{
border-color: #C5D2FB;
}
.TagClassName
{
border-color: #C5D2FB;
}
</style>