Shades of Summer Sky #2DBCEB
Tints of Summer Sky #2DBCEB
RGB
CMYK
RGB Variations
Color information
#2DBCEB (or 0x2DBCEB) is known color: Summer Sky. HEX triplet: 2D, BC and EB. RGB value is (45,188,235). Sum of RGB (Red+Green+Blue) = 45+188+235=468 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.62% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #2DBCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBCEB is #D24314. Grayscale: #969696. Windows color (decimal): -13779733 or 15449133. OLE color: 15449133.
HSL color Cylindrical-coordinate representation of color #2DBCEB: hue angle of 194.84º 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 #2DBCEB is Cyan = 0.81, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 188 | 235 | - |
| CMYK | 0.81 | 0.2 | 0 | 0.08 |
| HSL | 194.84º | 0.83% | 0.55% | - |
| HSV(B) | 194.84º | 0.81% | 0.92% | - |
| XYZ | 34.06 | 42.52 | 85.01 | - |
| YUV | 150.6 | 175.62 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 235 | 0.81 | 0.2 | 0 | 0.08 | 194.84 | 0.83 | 0.55 |
| Hex | 2D | BC | EB | 51 | 14 | 0 | 8 | C3 | 53 | 37 |
| Octal | 55 | 274 | 353 | 121 | 24 | 0 | 10 | 303 | 123 | 67 |
| Binary | 101101 | 10111100 | 11101011 | 1010001 | 10100 | 0 | 1000 | 11000011 | 1010011 | 110111 |
Color Harmonies of #2DBCEB
Complementary color
Monochromatic Colors of #2DBCEB
Black with #2DBCEB
Text Example
Text Example
White with #2DBCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCEB; }
p { color: rgb(45,188,235); }
H1.HeaderClassName
{
color: #2DBCEB;
}
.AnyTagClassName
{
color: #2DBCEB;
}
</style>
background-color css
<style>
a { background-color: #2DBCEB; }
a { background-color: rgb(45,188,235); }
div.DivClassName
{
background-color: #2DBCEB;
}
.BgClassName
{
background-color: #2DBCEB;
}
</style>
border-color css
<style>
span { border-color: #2DBCEB; }
span { border-color: rgb(45,188,235); }
td.TdClassName
{
border-color: #2DBCEB;
}
.TagClassName
{
border-color: #2DBCEB;
}
</style>