Shades of Hawkes Blue #DAE5FE
Tints of Hawkes Blue #DAE5FE
RGB
CMYK
RGB Variations
Color information
#DAE5FE (or 0xDAE5FE) is known color: Hawkes Blue. HEX triplet: DA, E5 and FE. RGB value is (218,229,254). Sum of RGB (Red+Green+Blue) = 218+229+254=701 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.10% from 701); Green value is 229 (89.84% from 255 or 32.67% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAE5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5FE is #251A01. Grayscale: #E4E4E4. Windows color (decimal): -2431490 or 16704986. OLE color: 16704986.
HSL color Cylindrical-coordinate representation of color #DAE5FE: hue angle of 221.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAE5FE is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 229 | 254 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.00 |
| HSL | 221.67º | 0.95% | 0.93% | - |
| HSV(B) | 221.67º | 0.14% | 1% | - |
| XYZ | 74.82 | 78.1 | 104.9 | - |
| YUV | 228.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 254 | 0.14 | 0.10 | 0 | 0.00 | 221.67 | 0.95 | 0.93 |
| Hex | DA | E5 | FE | E | A | 0 | 0 | DE | 5F | 5D |
| Octal | 332 | 345 | 376 | 16 | 12 | 0 | 0 | 336 | 137 | 135 |
| Binary | 11011010 | 11100101 | 11111110 | 1110 | 1010 | 0 | 0 | 11011110 | 1011111 | 1011101 |
Color Harmonies of #DAE5FE
Complementary color
Monochromatic Colors of #DAE5FE
Black with #DAE5FE
Text Example
Text Example
White with #DAE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5FE; }
p { color: rgb(218,229,254); }
H1.HeaderClassName
{
color: #DAE5FE;
}
.AnyTagClassName
{
color: #DAE5FE;
}
</style>
background-color css
<style>
a { background-color: #DAE5FE; }
a { background-color: rgb(218,229,254); }
div.DivClassName
{
background-color: #DAE5FE;
}
.BgClassName
{
background-color: #DAE5FE;
}
</style>
border-color css
<style>
span { border-color: #DAE5FE; }
span { border-color: rgb(218,229,254); }
td.TdClassName
{
border-color: #DAE5FE;
}
.TagClassName
{
border-color: #DAE5FE;
}
</style>