Shades of Summer Sky #3DBEDB
Tints of Summer Sky #3DBEDB
RGB
CMYK
RGB Variations
Color information
#3DBEDB (or 0x3DBEDB) is known color: Summer Sky. HEX triplet: 3D, BE and DB. RGB value is (61,190,219). Sum of RGB (Red+Green+Blue) = 61+190+219=470 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.98% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DBEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBEDB is #C24124. Grayscale: #9A9A9A. Windows color (decimal): -12730661 or 14401085. OLE color: 14401085.
HSL color Cylindrical-coordinate representation of color #3DBEDB: hue angle of 191.01º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DBEDB is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 190 | 219 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.14 |
| HSL | 191.01º | 0.69% | 0.55% | - |
| HSV(B) | 191.01º | 0.72% | 0.86% | - |
| XYZ | 33.12 | 42.93 | 73.56 | - |
| YUV | 154.74 | 164.26 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 219 | 0.72 | 0.13 | 0 | 0.14 | 191.01 | 0.69 | 0.55 |
| Hex | 3D | BE | DB | 48 | D | 0 | E | BF | 45 | 37 |
| Octal | 75 | 276 | 333 | 110 | 15 | 0 | 16 | 277 | 105 | 67 |
| Binary | 111101 | 10111110 | 11011011 | 1001000 | 1101 | 0 | 1110 | 10111111 | 1000101 | 110111 |
Color Harmonies of #3DBEDB
Complementary color
Monochromatic Colors of #3DBEDB
Black with #3DBEDB
Text Example
Text Example
White with #3DBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBEDB; }
p { color: rgb(61,190,219); }
H1.HeaderClassName
{
color: #3DBEDB;
}
.AnyTagClassName
{
color: #3DBEDB;
}
</style>
background-color css
<style>
a { background-color: #3DBEDB; }
a { background-color: rgb(61,190,219); }
div.DivClassName
{
background-color: #3DBEDB;
}
.BgClassName
{
background-color: #3DBEDB;
}
</style>
border-color css
<style>
span { border-color: #3DBEDB; }
span { border-color: rgb(61,190,219); }
td.TdClassName
{
border-color: #3DBEDB;
}
.TagClassName
{
border-color: #3DBEDB;
}
</style>