Shades of Summer Sky #2DBEEB
Tints of Summer Sky #2DBEEB
RGB
CMYK
RGB Variations
Color information
#2DBEEB (or 0x2DBEEB) is known color: Summer Sky. HEX triplet: 2D, BE and EB. RGB value is (45,190,235). Sum of RGB (Red+Green+Blue) = 45+190+235=470 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.57% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #2DBEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBEEB is #D24114. Grayscale: #979797. Windows color (decimal): -13779221 or 15449645. OLE color: 15449645.
HSL color Cylindrical-coordinate representation of color #2DBEEB: hue angle of 194.21º 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 #2DBEEB is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 190 | 235 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.08 |
| HSL | 194.21º | 0.83% | 0.55% | - |
| HSV(B) | 194.21º | 0.81% | 0.92% | - |
| XYZ | 34.49 | 43.38 | 85.15 | - |
| YUV | 151.78 | 174.96 | 51.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 235 | 0.81 | 0.19 | 0 | 0.08 | 194.21 | 0.83 | 0.55 |
| Hex | 2D | BE | EB | 51 | 13 | 0 | 8 | C2 | 53 | 37 |
| Octal | 55 | 276 | 353 | 121 | 23 | 0 | 10 | 302 | 123 | 67 |
| Binary | 101101 | 10111110 | 11101011 | 1010001 | 10011 | 0 | 1000 | 11000010 | 1010011 | 110111 |
Color Harmonies of #2DBEEB
Complementary color
Monochromatic Colors of #2DBEEB
Black with #2DBEEB
Text Example
Text Example
White with #2DBEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEEB; }
p { color: rgb(45,190,235); }
H1.HeaderClassName
{
color: #2DBEEB;
}
.AnyTagClassName
{
color: #2DBEEB;
}
</style>
background-color css
<style>
a { background-color: #2DBEEB; }
a { background-color: rgb(45,190,235); }
div.DivClassName
{
background-color: #2DBEEB;
}
.BgClassName
{
background-color: #2DBEEB;
}
</style>
border-color css
<style>
span { border-color: #2DBEEB; }
span { border-color: rgb(45,190,235); }
td.TdClassName
{
border-color: #2DBEEB;
}
.TagClassName
{
border-color: #2DBEEB;
}
</style>