Shades of Summer Sky #2DCBED
Tints of Summer Sky #2DCBED
RGB
CMYK
RGB Variations
Color information
#2DCBED (or 0x2DCBED) is known color: Summer Sky. HEX triplet: 2D, CB and ED. RGB value is (45,203,237). Sum of RGB (Red+Green+Blue) = 45+203+237=485 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.28% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #2DCBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCBED is #D23412. Grayscale: #9F9F9F. Windows color (decimal): -13775891 or 15584045. OLE color: 15584045.
HSL color Cylindrical-coordinate representation of color #2DCBED: hue angle of 190.62º degrees, saturation: 0.84, 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 #2DCBED is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 203 | 237 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.07 |
| HSL | 190.63º | 0.84% | 0.55% | - |
| HSV(B) | 190.63º | 0.81% | 0.93% | - |
| XYZ | 37.72 | 49.38 | 87.66 | - |
| YUV | 159.63 | 171.65 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 203 | 237 | 0.81 | 0.14 | 0 | 0.07 | 190.63 | 0.84 | 0.55 |
| Hex | 2D | CB | ED | 51 | E | 0 | 7 | BF | 54 | 37 |
| Octal | 55 | 313 | 355 | 121 | 16 | 0 | 7 | 277 | 124 | 67 |
| Binary | 101101 | 11001011 | 11101101 | 1010001 | 1110 | 0 | 111 | 10111111 | 1010100 | 110111 |
Color Harmonies of #2DCBED
Complementary color
Monochromatic Colors of #2DCBED
Black with #2DCBED
Text Example
Text Example
White with #2DCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCBED; }
p { color: rgb(45,203,237); }
H1.HeaderClassName
{
color: #2DCBED;
}
.AnyTagClassName
{
color: #2DCBED;
}
</style>
background-color css
<style>
a { background-color: #2DCBED; }
a { background-color: rgb(45,203,237); }
div.DivClassName
{
background-color: #2DCBED;
}
.BgClassName
{
background-color: #2DCBED;
}
</style>
border-color css
<style>
span { border-color: #2DCBED; }
span { border-color: rgb(45,203,237); }
td.TdClassName
{
border-color: #2DCBED;
}
.TagClassName
{
border-color: #2DCBED;
}
</style>