Shades of Summer Sky #2DBBEE
Tints of Summer Sky #2DBBEE
RGB
CMYK
RGB Variations
Color information
#2DBBEE (or 0x2DBBEE) is known color: Summer Sky. HEX triplet: 2D, BB and EE. RGB value is (45,187,238). Sum of RGB (Red+Green+Blue) = 45+187+238=470 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.57% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #2DBBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBBEE is #D24411. Grayscale: #969696. Windows color (decimal): -13779986 or 15645485. OLE color: 15645485.
HSL color Cylindrical-coordinate representation of color #2DBBEE: hue angle of 195.85º 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 #2DBBEE is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 187 | 238 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.07 |
| HSL | 195.85º | 0.85% | 0.55% | - |
| HSV(B) | 195.85º | 0.81% | 0.93% | - |
| XYZ | 34.29 | 42.27 | 87.24 | - |
| YUV | 150.36 | 177.46 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 187 | 238 | 0.81 | 0.21 | 0 | 0.07 | 195.85 | 0.85 | 0.55 |
| Hex | 2D | BB | EE | 51 | 15 | 0 | 7 | C4 | 55 | 37 |
| Octal | 55 | 273 | 356 | 121 | 25 | 0 | 7 | 304 | 125 | 67 |
| Binary | 101101 | 10111011 | 11101110 | 1010001 | 10101 | 0 | 111 | 11000100 | 1010101 | 110111 |
Color Harmonies of #2DBBEE
Complementary color
Monochromatic Colors of #2DBBEE
Black with #2DBBEE
Text Example
Text Example
White with #2DBBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBBEE; }
p { color: rgb(45,187,238); }
H1.HeaderClassName
{
color: #2DBBEE;
}
.AnyTagClassName
{
color: #2DBBEE;
}
</style>
background-color css
<style>
a { background-color: #2DBBEE; }
a { background-color: rgb(45,187,238); }
div.DivClassName
{
background-color: #2DBBEE;
}
.BgClassName
{
background-color: #2DBBEE;
}
</style>
border-color css
<style>
span { border-color: #2DBBEE; }
span { border-color: rgb(45,187,238); }
td.TdClassName
{
border-color: #2DBBEE;
}
.TagClassName
{
border-color: #2DBBEE;
}
</style>