Shades of Summer Sky #2DCBEB
Tints of Summer Sky #2DCBEB
RGB
CMYK
RGB Variations
Color information
#2DCBEB (or 0x2DCBEB) is known color: Summer Sky. HEX triplet: 2D, CB and EB. RGB value is (45,203,235). Sum of RGB (Red+Green+Blue) = 45+203+235=483 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.32% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #2DCBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCBEB is #D23414. Grayscale: #9F9F9F. Windows color (decimal): -13775893 or 15452973. OLE color: 15452973.
HSL color Cylindrical-coordinate representation of color #2DCBEB: hue angle of 190.11º 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 #2DCBEB is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 203 | 235 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.08 |
| HSL | 190.11º | 0.83% | 0.55% | - |
| HSV(B) | 190.11º | 0.81% | 0.92% | - |
| XYZ | 37.43 | 49.27 | 86.13 | - |
| YUV | 159.41 | 170.65 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 203 | 235 | 0.81 | 0.14 | 0 | 0.08 | 190.11 | 0.83 | 0.55 |
| Hex | 2D | CB | EB | 51 | E | 0 | 8 | BE | 53 | 37 |
| Octal | 55 | 313 | 353 | 121 | 16 | 0 | 10 | 276 | 123 | 67 |
| Binary | 101101 | 11001011 | 11101011 | 1010001 | 1110 | 0 | 1000 | 10111110 | 1010011 | 110111 |
Color Harmonies of #2DCBEB
Complementary color
Monochromatic Colors of #2DCBEB
Black with #2DCBEB
Text Example
Text Example
White with #2DCBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCBEB; }
p { color: rgb(45,203,235); }
H1.HeaderClassName
{
color: #2DCBEB;
}
.AnyTagClassName
{
color: #2DCBEB;
}
</style>
background-color css
<style>
a { background-color: #2DCBEB; }
a { background-color: rgb(45,203,235); }
div.DivClassName
{
background-color: #2DCBEB;
}
.BgClassName
{
background-color: #2DCBEB;
}
</style>
border-color css
<style>
span { border-color: #2DCBEB; }
span { border-color: rgb(45,203,235); }
td.TdClassName
{
border-color: #2DCBEB;
}
.TagClassName
{
border-color: #2DCBEB;
}
</style>