Shades of Summer Sky #2DA8EF
Tints of Summer Sky #2DA8EF
RGB
CMYK
RGB Variations
Color information
#2DA8EF (or 0x2DA8EF) is known color: Summer Sky. HEX triplet: 2D, A8 and EF. RGB value is (45,168,239). Sum of RGB (Red+Green+Blue) = 45+168+239=452 (59% of max value = 765). Red value is 45 (17.97% from 255 or 9.96% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DA8EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DA8EF is #D25710. Grayscale: #8A8A8A. Windows color (decimal): -13784849 or 15706157. OLE color: 15706157.
HSL color Cylindrical-coordinate representation of color #2DA8EF: hue angle of 201.96º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DA8EF is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 168 | 239 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.06 |
| HSL | 201.96º | 0.86% | 0.56% | - |
| HSV(B) | 201.96º | 0.81% | 0.94% | - |
| XYZ | 30.66 | 34.8 | 86.76 | - |
| YUV | 139.32 | 184.25 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 168 | 239 | 0.81 | 0.30 | 0 | 0.06 | 201.96 | 0.86 | 0.56 |
| Hex | 2D | A8 | EF | 51 | 1E | 0 | 6 | CA | 56 | 38 |
| Octal | 55 | 250 | 357 | 121 | 36 | 0 | 6 | 312 | 126 | 70 |
| Binary | 101101 | 10101000 | 11101111 | 1010001 | 11110 | 0 | 110 | 11001010 | 1010110 | 111000 |
Color Harmonies of #2DA8EF
Complementary color
Monochromatic Colors of #2DA8EF
Black with #2DA8EF
Text Example
Text Example
White with #2DA8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA8EF; }
p { color: rgb(45,168,239); }
H1.HeaderClassName
{
color: #2DA8EF;
}
.AnyTagClassName
{
color: #2DA8EF;
}
</style>
background-color css
<style>
a { background-color: #2DA8EF; }
a { background-color: rgb(45,168,239); }
div.DivClassName
{
background-color: #2DA8EF;
}
.BgClassName
{
background-color: #2DA8EF;
}
</style>
border-color css
<style>
span { border-color: #2DA8EF; }
span { border-color: rgb(45,168,239); }
td.TdClassName
{
border-color: #2DA8EF;
}
.TagClassName
{
border-color: #2DA8EF;
}
</style>