Shades of Hawkes Blue #C4D5FA
Tints of Hawkes Blue #C4D5FA
RGB
CMYK
RGB Variations
Color information
#C4D5FA (or 0xC4D5FA) is known color: Hawkes Blue. HEX triplet: C4, D5 and FA. RGB value is (196,213,250). Sum of RGB (Red+Green+Blue) = 196+213+250=659 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.74% from 659); Green value is 213 (83.59% from 255 or 32.32% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #C4D5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D5FA is #3B2A05. Grayscale: #D3D3D3. Windows color (decimal): -3877382 or 16438724. OLE color: 16438724.
HSL color Cylindrical-coordinate representation of color #C4D5FA: hue angle of 221.11º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4D5FA is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 213 | 250 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.02 |
| HSL | 221.11º | 0.84% | 0.87% | - |
| HSV(B) | 221.11º | 0.22% | 0.98% | - |
| XYZ | 63.81 | 66.23 | 99.86 | - |
| YUV | 212.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 213 | 250 | 0.22 | 0.15 | 0 | 0.02 | 221.11 | 0.84 | 0.87 |
| Hex | C4 | D5 | FA | 16 | F | 0 | 2 | DD | 54 | 57 |
| Octal | 304 | 325 | 372 | 26 | 17 | 0 | 2 | 335 | 124 | 127 |
| Binary | 11000100 | 11010101 | 11111010 | 10110 | 1111 | 0 | 10 | 11011101 | 1010100 | 1010111 |
Color Harmonies of #C4D5FA
Complementary color
Monochromatic Colors of #C4D5FA
Black with #C4D5FA
Text Example
Text Example
White with #C4D5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D5FA; }
p { color: rgb(196,213,250); }
H1.HeaderClassName
{
color: #C4D5FA;
}
.AnyTagClassName
{
color: #C4D5FA;
}
</style>
background-color css
<style>
a { background-color: #C4D5FA; }
a { background-color: rgb(196,213,250); }
div.DivClassName
{
background-color: #C4D5FA;
}
.BgClassName
{
background-color: #C4D5FA;
}
</style>
border-color css
<style>
span { border-color: #C4D5FA; }
span { border-color: rgb(196,213,250); }
td.TdClassName
{
border-color: #C4D5FA;
}
.TagClassName
{
border-color: #C4D5FA;
}
</style>