Shades of Summer Sky #2DCBEE
Tints of Summer Sky #2DCBEE
RGB
CMYK
RGB Variations
Color information
#2DCBEE (or 0x2DCBEE) is known color: Summer Sky. HEX triplet: 2D, CB and EE. RGB value is (45,203,238). Sum of RGB (Red+Green+Blue) = 45+203+238=486 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.26% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #2DCBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCBEE is #D23411. Grayscale: #9F9F9F. Windows color (decimal): -13775890 or 15649581. OLE color: 15649581.
HSL color Cylindrical-coordinate representation of color #2DCBEE: hue angle of 190.88º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DCBEE is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 203 | 238 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.07 |
| HSL | 190.88º | 0.85% | 0.55% | - |
| HSV(B) | 190.88º | 0.81% | 0.93% | - |
| XYZ | 37.87 | 49.44 | 88.44 | - |
| YUV | 159.75 | 172.15 | 46.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 203 | 238 | 0.81 | 0.15 | 0 | 0.07 | 190.88 | 0.85 | 0.55 |
| Hex | 2D | CB | EE | 51 | F | 0 | 7 | BF | 55 | 37 |
| Octal | 55 | 313 | 356 | 121 | 17 | 0 | 7 | 277 | 125 | 67 |
| Binary | 101101 | 11001011 | 11101110 | 1010001 | 1111 | 0 | 111 | 10111111 | 1010101 | 110111 |
Color Harmonies of #2DCBEE
Complementary color
Monochromatic Colors of #2DCBEE
Black with #2DCBEE
Text Example
Text Example
White with #2DCBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCBEE; }
p { color: rgb(45,203,238); }
H1.HeaderClassName
{
color: #2DCBEE;
}
.AnyTagClassName
{
color: #2DCBEE;
}
</style>
background-color css
<style>
a { background-color: #2DCBEE; }
a { background-color: rgb(45,203,238); }
div.DivClassName
{
background-color: #2DCBEE;
}
.BgClassName
{
background-color: #2DCBEE;
}
</style>
border-color css
<style>
span { border-color: #2DCBEE; }
span { border-color: rgb(45,203,238); }
td.TdClassName
{
border-color: #2DCBEE;
}
.TagClassName
{
border-color: #2DCBEE;
}
</style>