Shades of Summer Sky #2DBECE
Tints of Summer Sky #2DBECE
RGB
CMYK
RGB Variations
Color information
#2DBECE (or 0x2DBECE) is known color: Summer Sky. HEX triplet: 2D, BE and CE. RGB value is (45,190,206). Sum of RGB (Red+Green+Blue) = 45+190+206=441 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.20% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #2DBECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBECE is #D24131. Grayscale: #949494. Windows color (decimal): -13779250 or 13549101. OLE color: 13549101.
HSL color Cylindrical-coordinate representation of color #2DBECE: hue angle of 185.96º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DBECE is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 190 | 206 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.19 |
| HSL | 185.96º | 0.64% | 0.49% | - |
| HSV(B) | 185.96º | 0.78% | 0.81% | - |
| XYZ | 30.64 | 41.84 | 64.85 | - |
| YUV | 148.47 | 160.46 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 206 | 0.78 | 0.08 | 0 | 0.19 | 185.96 | 0.64 | 0.49 |
| Hex | 2D | BE | CE | 4E | 8 | 0 | 13 | BA | 40 | 31 |
| Octal | 55 | 276 | 316 | 116 | 10 | 0 | 23 | 272 | 100 | 61 |
| Binary | 101101 | 10111110 | 11001110 | 1001110 | 1000 | 0 | 10011 | 10111010 | 1000000 | 110001 |
Color Harmonies of #2DBECE
Complementary color
Monochromatic Colors of #2DBECE
Black with #2DBECE
Text Example
Text Example
White with #2DBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBECE; }
p { color: rgb(45,190,206); }
H1.HeaderClassName
{
color: #2DBECE;
}
.AnyTagClassName
{
color: #2DBECE;
}
</style>
background-color css
<style>
a { background-color: #2DBECE; }
a { background-color: rgb(45,190,206); }
div.DivClassName
{
background-color: #2DBECE;
}
.BgClassName
{
background-color: #2DBECE;
}
</style>
border-color css
<style>
span { border-color: #2DBECE; }
span { border-color: rgb(45,190,206); }
td.TdClassName
{
border-color: #2DBECE;
}
.TagClassName
{
border-color: #2DBECE;
}
</style>