Shades of Summer Sky #2DBBEB
Tints of Summer Sky #2DBBEB
RGB
CMYK
RGB Variations
Color information
#2DBBEB (or 0x2DBBEB) is known color: Summer Sky. HEX triplet: 2D, BB and EB. RGB value is (45,187,235). Sum of RGB (Red+Green+Blue) = 45+187+235=467 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.64% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #2DBBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBBEB is #D24414. Grayscale: #959595. Windows color (decimal): -13779989 or 15448877. OLE color: 15448877.
HSL color Cylindrical-coordinate representation of color #2DBBEB: hue angle of 195.16º 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 #2DBBEB is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 187 | 235 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.08 |
| HSL | 195.16º | 0.83% | 0.55% | - |
| HSV(B) | 195.16º | 0.81% | 0.92% | - |
| XYZ | 33.85 | 42.1 | 84.94 | - |
| YUV | 150.01 | 175.96 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 187 | 235 | 0.81 | 0.20 | 0 | 0.08 | 195.16 | 0.83 | 0.55 |
| Hex | 2D | BB | EB | 51 | 14 | 0 | 8 | C3 | 53 | 37 |
| Octal | 55 | 273 | 353 | 121 | 24 | 0 | 10 | 303 | 123 | 67 |
| Binary | 101101 | 10111011 | 11101011 | 1010001 | 10100 | 0 | 1000 | 11000011 | 1010011 | 110111 |
Color Harmonies of #2DBBEB
Complementary color
Monochromatic Colors of #2DBBEB
Black with #2DBBEB
Text Example
Text Example
White with #2DBBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBBEB; }
p { color: rgb(45,187,235); }
H1.HeaderClassName
{
color: #2DBBEB;
}
.AnyTagClassName
{
color: #2DBBEB;
}
</style>
background-color css
<style>
a { background-color: #2DBBEB; }
a { background-color: rgb(45,187,235); }
div.DivClassName
{
background-color: #2DBBEB;
}
.BgClassName
{
background-color: #2DBBEB;
}
</style>
border-color css
<style>
span { border-color: #2DBBEB; }
span { border-color: rgb(45,187,235); }
td.TdClassName
{
border-color: #2DBBEB;
}
.TagClassName
{
border-color: #2DBBEB;
}
</style>