Shades of Summer Sky #2DBDEB
Tints of Summer Sky #2DBDEB
RGB
CMYK
RGB Variations
Color information
#2DBDEB (or 0x2DBDEB) is known color: Summer Sky. HEX triplet: 2D, BD and EB. RGB value is (45,189,235). Sum of RGB (Red+Green+Blue) = 45+189+235=469 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.59% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #2DBDEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBDEB is #D24214. Grayscale: #969696. Windows color (decimal): -13779477 or 15449389. OLE color: 15449389.
HSL color Cylindrical-coordinate representation of color #2DBDEB: hue angle of 194.53º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DBDEB is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 189 | 235 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.08 |
| HSL | 194.53º | 0.83% | 0.55% | - |
| HSV(B) | 194.53º | 0.81% | 0.92% | - |
| XYZ | 34.28 | 42.95 | 85.08 | - |
| YUV | 151.19 | 175.29 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 235 | 0.81 | 0.20 | 0 | 0.08 | 194.53 | 0.83 | 0.55 |
| Hex | 2D | BD | EB | 51 | 14 | 0 | 8 | C3 | 53 | 37 |
| Octal | 55 | 275 | 353 | 121 | 24 | 0 | 10 | 303 | 123 | 67 |
| Binary | 101101 | 10111101 | 11101011 | 1010001 | 10100 | 0 | 1000 | 11000011 | 1010011 | 110111 |
Color Harmonies of #2DBDEB
Complementary color
Monochromatic Colors of #2DBDEB
Black with #2DBDEB
Text Example
Text Example
White with #2DBDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBDEB; }
p { color: rgb(45,189,235); }
H1.HeaderClassName
{
color: #2DBDEB;
}
.AnyTagClassName
{
color: #2DBDEB;
}
</style>
background-color css
<style>
a { background-color: #2DBDEB; }
a { background-color: rgb(45,189,235); }
div.DivClassName
{
background-color: #2DBDEB;
}
.BgClassName
{
background-color: #2DBDEB;
}
</style>
border-color css
<style>
span { border-color: #2DBDEB; }
span { border-color: rgb(45,189,235); }
td.TdClassName
{
border-color: #2DBDEB;
}
.TagClassName
{
border-color: #2DBDEB;
}
</style>