Shades of Summer Sky #3DBED2
Tints of Summer Sky #3DBED2
RGB
CMYK
RGB Variations
Color information
#3DBED2 (or 0x3DBED2) is known color: Summer Sky. HEX triplet: 3D, BE and D2. RGB value is (61,190,210). Sum of RGB (Red+Green+Blue) = 61+190+210=461 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.23% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 210 - color contains mainly: blue. Hex color #3DBED2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBED2 is #C2412D. Grayscale: #999999. Windows color (decimal): -12730670 or 13811261. OLE color: 13811261.
HSL color Cylindrical-coordinate representation of color #3DBED2: hue angle of 188.05º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DBED2 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 190 | 210 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.18 |
| HSL | 188.05º | 0.62% | 0.53% | - |
| HSV(B) | 188.05º | 0.71% | 0.82% | - |
| XYZ | 31.97 | 42.47 | 67.49 | - |
| YUV | 153.71 | 159.76 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 210 | 0.71 | 0.10 | 0 | 0.18 | 188.05 | 0.62 | 0.53 |
| Hex | 3D | BE | D2 | 47 | A | 0 | 12 | BC | 3E | 35 |
| Octal | 75 | 276 | 322 | 107 | 12 | 0 | 22 | 274 | 76 | 65 |
| Binary | 111101 | 10111110 | 11010010 | 1000111 | 1010 | 0 | 10010 | 10111100 | 111110 | 110101 |
Color Harmonies of #3DBED2
Complementary color
Monochromatic Colors of #3DBED2
Black with #3DBED2
Text Example
Text Example
White with #3DBED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBED2; }
p { color: rgb(61,190,210); }
H1.HeaderClassName
{
color: #3DBED2;
}
.AnyTagClassName
{
color: #3DBED2;
}
</style>
background-color css
<style>
a { background-color: #3DBED2; }
a { background-color: rgb(61,190,210); }
div.DivClassName
{
background-color: #3DBED2;
}
.BgClassName
{
background-color: #3DBED2;
}
</style>
border-color css
<style>
span { border-color: #3DBED2; }
span { border-color: rgb(61,190,210); }
td.TdClassName
{
border-color: #3DBED2;
}
.TagClassName
{
border-color: #3DBED2;
}
</style>