Shades of Summer Sky #2DBDEE
Tints of Summer Sky #2DBDEE
RGB
CMYK
RGB Variations
Color information
#2DBDEE (or 0x2DBDEE) is known color: Summer Sky. HEX triplet: 2D, BD and EE. RGB value is (45,189,238). Sum of RGB (Red+Green+Blue) = 45+189+238=472 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.53% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #2DBDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBDEE is #D24211. Grayscale: #979797. Windows color (decimal): -13779474 or 15645997. OLE color: 15645997.
HSL color Cylindrical-coordinate representation of color #2DBDEE: hue angle of 195.23º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DBDEE is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 189 | 238 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.07 |
| HSL | 195.23º | 0.85% | 0.55% | - |
| HSV(B) | 195.23º | 0.81% | 0.93% | - |
| XYZ | 34.71 | 43.13 | 87.38 | - |
| YUV | 151.53 | 176.79 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 238 | 0.81 | 0.21 | 0 | 0.07 | 195.23 | 0.85 | 0.55 |
| Hex | 2D | BD | EE | 51 | 15 | 0 | 7 | C3 | 55 | 37 |
| Octal | 55 | 275 | 356 | 121 | 25 | 0 | 7 | 303 | 125 | 67 |
| Binary | 101101 | 10111101 | 11101110 | 1010001 | 10101 | 0 | 111 | 11000011 | 1010101 | 110111 |
Color Harmonies of #2DBDEE
Complementary color
Monochromatic Colors of #2DBDEE
Black with #2DBDEE
Text Example
Text Example
White with #2DBDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBDEE; }
p { color: rgb(45,189,238); }
H1.HeaderClassName
{
color: #2DBDEE;
}
.AnyTagClassName
{
color: #2DBDEE;
}
</style>
background-color css
<style>
a { background-color: #2DBDEE; }
a { background-color: rgb(45,189,238); }
div.DivClassName
{
background-color: #2DBDEE;
}
.BgClassName
{
background-color: #2DBDEE;
}
</style>
border-color css
<style>
span { border-color: #2DBDEE; }
span { border-color: rgb(45,189,238); }
td.TdClassName
{
border-color: #2DBDEE;
}
.TagClassName
{
border-color: #2DBDEE;
}
</style>