Shades of Summer Sky #2DB8EF
Tints of Summer Sky #2DB8EF
RGB
CMYK
RGB Variations
Color information
#2DB8EF (or 0x2DB8EF) is known color: Summer Sky. HEX triplet: 2D, B8 and EF. RGB value is (45,184,239). Sum of RGB (Red+Green+Blue) = 45+184+239=468 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.62% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DB8EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DB8EF is #D24710. Grayscale: #949494. Windows color (decimal): -13780753 or 15710253. OLE color: 15710253.
HSL color Cylindrical-coordinate representation of color #2DB8EF: hue angle of 197.01º 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 #2DB8EF is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 184 | 239 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.06 |
| HSL | 197.01º | 0.86% | 0.56% | - |
| HSV(B) | 197.01º | 0.81% | 0.94% | - |
| XYZ | 33.8 | 41.07 | 87.81 | - |
| YUV | 148.71 | 178.95 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 184 | 239 | 0.81 | 0.23 | 0 | 0.06 | 197.01 | 0.86 | 0.56 |
| Hex | 2D | B8 | EF | 51 | 17 | 0 | 6 | C5 | 56 | 38 |
| Octal | 55 | 270 | 357 | 121 | 27 | 0 | 6 | 305 | 126 | 70 |
| Binary | 101101 | 10111000 | 11101111 | 1010001 | 10111 | 0 | 110 | 11000101 | 1010110 | 111000 |
Color Harmonies of #2DB8EF
Complementary color
Monochromatic Colors of #2DB8EF
Black with #2DB8EF
Text Example
Text Example
White with #2DB8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB8EF; }
p { color: rgb(45,184,239); }
H1.HeaderClassName
{
color: #2DB8EF;
}
.AnyTagClassName
{
color: #2DB8EF;
}
</style>
background-color css
<style>
a { background-color: #2DB8EF; }
a { background-color: rgb(45,184,239); }
div.DivClassName
{
background-color: #2DB8EF;
}
.BgClassName
{
background-color: #2DB8EF;
}
</style>
border-color css
<style>
span { border-color: #2DB8EF; }
span { border-color: rgb(45,184,239); }
td.TdClassName
{
border-color: #2DB8EF;
}
.TagClassName
{
border-color: #2DB8EF;
}
</style>