Shades of Summer Sky #2DBBEA
Tints of Summer Sky #2DBBEA
RGB
CMYK
RGB Variations
Color information
#2DBBEA (or 0x2DBBEA) is known color: Summer Sky. HEX triplet: 2D, BB and EA. RGB value is (45,187,234). Sum of RGB (Red+Green+Blue) = 45+187+234=466 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.66% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #2DBBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBBEA is #D24415. Grayscale: #959595. Windows color (decimal): -13779990 or 15383341. OLE color: 15383341.
HSL color Cylindrical-coordinate representation of color #2DBBEA: hue angle of 194.92º degrees, saturation: 0.82, 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 #2DBBEA is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 187 | 234 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.08 |
| HSL | 194.92º | 0.82% | 0.55% | - |
| HSV(B) | 194.92º | 0.81% | 0.92% | - |
| XYZ | 33.7 | 42.04 | 84.18 | - |
| YUV | 149.9 | 175.46 | 53.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 187 | 234 | 0.81 | 0.20 | 0 | 0.08 | 194.92 | 0.82 | 0.55 |
| Hex | 2D | BB | EA | 51 | 14 | 0 | 8 | C3 | 52 | 37 |
| Octal | 55 | 273 | 352 | 121 | 24 | 0 | 10 | 303 | 122 | 67 |
| Binary | 101101 | 10111011 | 11101010 | 1010001 | 10100 | 0 | 1000 | 11000011 | 1010010 | 110111 |
Color Harmonies of #2DBBEA
Complementary color
Monochromatic Colors of #2DBBEA
Black with #2DBBEA
Text Example
Text Example
White with #2DBBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBBEA; }
p { color: rgb(45,187,234); }
H1.HeaderClassName
{
color: #2DBBEA;
}
.AnyTagClassName
{
color: #2DBBEA;
}
</style>
background-color css
<style>
a { background-color: #2DBBEA; }
a { background-color: rgb(45,187,234); }
div.DivClassName
{
background-color: #2DBBEA;
}
.BgClassName
{
background-color: #2DBBEA;
}
</style>
border-color css
<style>
span { border-color: #2DBBEA; }
span { border-color: rgb(45,187,234); }
td.TdClassName
{
border-color: #2DBBEA;
}
.TagClassName
{
border-color: #2DBBEA;
}
</style>