Shades of Summer Sky #3DBDD2
Tints of Summer Sky #3DBDD2
RGB
CMYK
RGB Variations
Color information
#3DBDD2 (or 0x3DBDD2) is known color: Summer Sky. HEX triplet: 3D, BD and D2. RGB value is (61,189,210). Sum of RGB (Red+Green+Blue) = 61+189+210=460 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.26% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 210 (82.42% from 255 or 45.65% from 460); Max value from RGB is 210 - color contains mainly: blue. Hex color #3DBDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBDD2 is #C2422D. Grayscale: #989898. Windows color (decimal): -12730926 or 13811005. OLE color: 13811005.
HSL color Cylindrical-coordinate representation of color #3DBDD2: hue angle of 188.46º 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 #3DBDD2 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 189 | 210 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.18 |
| HSL | 188.46º | 0.62% | 0.53% | - |
| HSV(B) | 188.46º | 0.71% | 0.82% | - |
| XYZ | 31.75 | 42.04 | 67.41 | - |
| YUV | 153.12 | 160.09 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 210 | 0.71 | 0.10 | 0 | 0.18 | 188.46 | 0.62 | 0.53 |
| Hex | 3D | BD | D2 | 47 | A | 0 | 12 | BC | 3E | 35 |
| Octal | 75 | 275 | 322 | 107 | 12 | 0 | 22 | 274 | 76 | 65 |
| Binary | 111101 | 10111101 | 11010010 | 1000111 | 1010 | 0 | 10010 | 10111100 | 111110 | 110101 |
Color Harmonies of #3DBDD2
Complementary color
Monochromatic Colors of #3DBDD2
Black with #3DBDD2
Text Example
Text Example
White with #3DBDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBDD2; }
p { color: rgb(61,189,210); }
H1.HeaderClassName
{
color: #3DBDD2;
}
.AnyTagClassName
{
color: #3DBDD2;
}
</style>
background-color css
<style>
a { background-color: #3DBDD2; }
a { background-color: rgb(61,189,210); }
div.DivClassName
{
background-color: #3DBDD2;
}
.BgClassName
{
background-color: #3DBDD2;
}
</style>
border-color css
<style>
span { border-color: #3DBDD2; }
span { border-color: rgb(61,189,210); }
td.TdClassName
{
border-color: #3DBDD2;
}
.TagClassName
{
border-color: #3DBDD2;
}
</style>