Shades of Summer Sky #2DB7EF
Tints of Summer Sky #2DB7EF
RGB
CMYK
RGB Variations
Color information
#2DB7EF (or 0x2DB7EF) is known color: Summer Sky. HEX triplet: 2D, B7 and EF. RGB value is (45,183,239). Sum of RGB (Red+Green+Blue) = 45+183+239=467 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.64% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DB7EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DB7EF is #D24810. Grayscale: #939393. Windows color (decimal): -13781009 or 15709997. OLE color: 15709997.
HSL color Cylindrical-coordinate representation of color #2DB7EF: hue angle of 197.32º 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 #2DB7EF is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 183 | 239 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.06 |
| HSL | 197.32º | 0.86% | 0.56% | - |
| HSV(B) | 197.32º | 0.81% | 0.94% | - |
| XYZ | 33.6 | 40.66 | 87.74 | - |
| YUV | 148.12 | 179.28 | 54.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 239 | 0.81 | 0.23 | 0 | 0.06 | 197.32 | 0.86 | 0.56 |
| Hex | 2D | B7 | EF | 51 | 17 | 0 | 6 | C5 | 56 | 38 |
| Octal | 55 | 267 | 357 | 121 | 27 | 0 | 6 | 305 | 126 | 70 |
| Binary | 101101 | 10110111 | 11101111 | 1010001 | 10111 | 0 | 110 | 11000101 | 1010110 | 111000 |
Color Harmonies of #2DB7EF
Complementary color
Monochromatic Colors of #2DB7EF
Black with #2DB7EF
Text Example
Text Example
White with #2DB7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB7EF; }
p { color: rgb(45,183,239); }
H1.HeaderClassName
{
color: #2DB7EF;
}
.AnyTagClassName
{
color: #2DB7EF;
}
</style>
background-color css
<style>
a { background-color: #2DB7EF; }
a { background-color: rgb(45,183,239); }
div.DivClassName
{
background-color: #2DB7EF;
}
.BgClassName
{
background-color: #2DB7EF;
}
</style>
border-color css
<style>
span { border-color: #2DB7EF; }
span { border-color: rgb(45,183,239); }
td.TdClassName
{
border-color: #2DB7EF;
}
.TagClassName
{
border-color: #2DB7EF;
}
</style>