Shades of Hawkes Blue #D4E5FE
Tints of Hawkes Blue #D4E5FE
RGB
CMYK
RGB Variations
Color information
#D4E5FE (or 0xD4E5FE) is known color: Hawkes Blue. HEX triplet: D4, E5 and FE. RGB value is (212,229,254). Sum of RGB (Red+Green+Blue) = 212+229+254=695 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.50% from 695); Green value is 229 (89.84% from 255 or 32.95% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4E5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4E5FE is #2B1A01. Grayscale: #E2E2E2. Windows color (decimal): -2824706 or 16704980. OLE color: 16704980.
HSL color Cylindrical-coordinate representation of color #D4E5FE: hue angle of 215.71º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4E5FE is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 229 | 254 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.00 |
| HSL | 215.71º | 0.95% | 0.91% | - |
| HSV(B) | 215.71º | 0.17% | 1% | - |
| XYZ | 73.06 | 77.19 | 104.81 | - |
| YUV | 226.77 | 143.37 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 229 | 254 | 0.17 | 0.10 | 0 | 0.00 | 215.71 | 0.95 | 0.91 |
| Hex | D4 | E5 | FE | 11 | A | 0 | 0 | D8 | 5F | 5B |
| Octal | 324 | 345 | 376 | 21 | 12 | 0 | 0 | 330 | 137 | 133 |
| Binary | 11010100 | 11100101 | 11111110 | 10001 | 1010 | 0 | 0 | 11011000 | 1011111 | 1011011 |
Color Harmonies of #D4E5FE
Complementary color
Monochromatic Colors of #D4E5FE
Black with #D4E5FE
Text Example
Text Example
White with #D4E5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E5FE; }
p { color: rgb(212,229,254); }
H1.HeaderClassName
{
color: #D4E5FE;
}
.AnyTagClassName
{
color: #D4E5FE;
}
</style>
background-color css
<style>
a { background-color: #D4E5FE; }
a { background-color: rgb(212,229,254); }
div.DivClassName
{
background-color: #D4E5FE;
}
.BgClassName
{
background-color: #D4E5FE;
}
</style>
border-color css
<style>
span { border-color: #D4E5FE; }
span { border-color: rgb(212,229,254); }
td.TdClassName
{
border-color: #D4E5FE;
}
.TagClassName
{
border-color: #D4E5FE;
}
</style>