Shades of Summer Sky #3DBEDC
Tints of Summer Sky #3DBEDC
RGB
CMYK
RGB Variations
Color information
#3DBEDC (or 0x3DBEDC) is known color: Summer Sky. HEX triplet: 3D, BE and DC. RGB value is (61,190,220). Sum of RGB (Red+Green+Blue) = 61+190+220=471 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.95% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #3DBEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBEDC is #C24123. Grayscale: #9A9A9A. Windows color (decimal): -12730660 or 14466621. OLE color: 14466621.
HSL color Cylindrical-coordinate representation of color #3DBEDC: hue angle of 191.32º 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 #3DBEDC is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 190 | 220 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.14 |
| HSL | 191.32º | 0.69% | 0.55% | - |
| HSV(B) | 191.32º | 0.72% | 0.86% | - |
| XYZ | 33.26 | 42.99 | 74.25 | - |
| YUV | 154.85 | 164.76 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 220 | 0.72 | 0.14 | 0 | 0.14 | 191.32 | 0.69 | 0.55 |
| Hex | 3D | BE | DC | 48 | E | 0 | E | BF | 45 | 37 |
| Octal | 75 | 276 | 334 | 110 | 16 | 0 | 16 | 277 | 105 | 67 |
| Binary | 111101 | 10111110 | 11011100 | 1001000 | 1110 | 0 | 1110 | 10111111 | 1000101 | 110111 |
Color Harmonies of #3DBEDC
Complementary color
Monochromatic Colors of #3DBEDC
Black with #3DBEDC
Text Example
Text Example
White with #3DBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBEDC; }
p { color: rgb(61,190,220); }
H1.HeaderClassName
{
color: #3DBEDC;
}
.AnyTagClassName
{
color: #3DBEDC;
}
</style>
background-color css
<style>
a { background-color: #3DBEDC; }
a { background-color: rgb(61,190,220); }
div.DivClassName
{
background-color: #3DBEDC;
}
.BgClassName
{
background-color: #3DBEDC;
}
</style>
border-color css
<style>
span { border-color: #3DBEDC; }
span { border-color: rgb(61,190,220); }
td.TdClassName
{
border-color: #3DBEDC;
}
.TagClassName
{
border-color: #3DBEDC;
}
</style>