Shades of Summer Sky #3DBDE0
Tints of Summer Sky #3DBDE0
RGB
CMYK
RGB Variations
Color information
#3DBDE0 (or 0x3DBDE0) is known color: Summer Sky. HEX triplet: 3D, BD and E0. RGB value is (61,189,224). Sum of RGB (Red+Green+Blue) = 61+189+224=474 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.87% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #3DBDE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBDE0 is #C2421F. Grayscale: #9A9A9A. Windows color (decimal): -12730912 or 14728509. OLE color: 14728509.
HSL color Cylindrical-coordinate representation of color #3DBDE0: hue angle of 192.88º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DBDE0 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 61 | 189 | 224 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.12 |
| HSL | 192.88º | 0.72% | 0.56% | - |
| HSV(B) | 192.88º | 0.73% | 0.88% | - |
| XYZ | 33.58 | 42.77 | 77.01 | - |
| YUV | 154.72 | 167.09 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 224 | 0.73 | 0.16 | 0 | 0.12 | 192.88 | 0.72 | 0.56 |
| Hex | 3D | BD | E0 | 49 | 10 | 0 | C | C1 | 48 | 38 |
| Octal | 75 | 275 | 340 | 111 | 20 | 0 | 14 | 301 | 110 | 70 |
| Binary | 111101 | 10111101 | 11100000 | 1001001 | 10000 | 0 | 1100 | 11000001 | 1001000 | 111000 |
Color Harmonies of #3DBDE0
Complementary color
Monochromatic Colors of #3DBDE0
Black with #3DBDE0
Text Example
Text Example
White with #3DBDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBDE0; }
p { color: rgb(61,189,224); }
H1.HeaderClassName
{
color: #3DBDE0;
}
.AnyTagClassName
{
color: #3DBDE0;
}
</style>
background-color css
<style>
a { background-color: #3DBDE0; }
a { background-color: rgb(61,189,224); }
div.DivClassName
{
background-color: #3DBDE0;
}
.BgClassName
{
background-color: #3DBDE0;
}
</style>
border-color css
<style>
span { border-color: #3DBDE0; }
span { border-color: rgb(61,189,224); }
td.TdClassName
{
border-color: #3DBDE0;
}
.TagClassName
{
border-color: #3DBDE0;
}
</style>