Shades of Deep Sky Blue #2EDAFE
Tints of Deep Sky Blue #2EDAFE
RGB
CMYK
RGB Variations
Color information
#2EDAFE (or 0x2EDAFE) is known color: Deep Sky Blue. HEX triplet: 2E, DA and FE. RGB value is (46,218,254). Sum of RGB (Red+Green+Blue) = 46+218+254=518 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.88% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #2EDAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDAFE is #D12501. Grayscale: #AAAAAA. Windows color (decimal): -13706498 or 16701998. OLE color: 16701998.
HSL color Cylindrical-coordinate representation of color #2EDAFE: hue angle of 190.38º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EDAFE is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 218 | 254 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.00 |
| HSL | 190.38º | 0.99% | 0.59% | - |
| HSV(B) | 190.38º | 0.82% | 1% | - |
| XYZ | 44.09 | 57.88 | 102.61 | - |
| YUV | 170.68 | 175.02 | 39.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 218 | 254 | 0.82 | 0.14 | 0 | 0.00 | 190.38 | 0.99 | 0.59 |
| Hex | 2E | DA | FE | 52 | E | 0 | 0 | BE | 63 | 3B |
| Octal | 56 | 332 | 376 | 122 | 16 | 0 | 0 | 276 | 143 | 73 |
| Binary | 101110 | 11011010 | 11111110 | 1010010 | 1110 | 0 | 0 | 10111110 | 1100011 | 111011 |
Color Harmonies of #2EDAFE
Complementary color
Monochromatic Colors of #2EDAFE
Black with #2EDAFE
Text Example
Text Example
White with #2EDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDAFE; }
p { color: rgb(46,218,254); }
H1.HeaderClassName
{
color: #2EDAFE;
}
.AnyTagClassName
{
color: #2EDAFE;
}
</style>
background-color css
<style>
a { background-color: #2EDAFE; }
a { background-color: rgb(46,218,254); }
div.DivClassName
{
background-color: #2EDAFE;
}
.BgClassName
{
background-color: #2EDAFE;
}
</style>
border-color css
<style>
span { border-color: #2EDAFE; }
span { border-color: rgb(46,218,254); }
td.TdClassName
{
border-color: #2EDAFE;
}
.TagClassName
{
border-color: #2EDAFE;
}
</style>