Shades of Summer Sky #3DBDD9
Tints of Summer Sky #3DBDD9
RGB
CMYK
RGB Variations
Color information
#3DBDD9 (or 0x3DBDD9) is known color: Summer Sky. HEX triplet: 3D, BD and D9. RGB value is (61,189,217). Sum of RGB (Red+Green+Blue) = 61+189+217=467 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.06% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 217 - color contains mainly: blue. Hex color #3DBDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBDD9 is #C24226. Grayscale: #999999. Windows color (decimal): -12730919 or 14269757. OLE color: 14269757.
HSL color Cylindrical-coordinate representation of color #3DBDD9: hue angle of 190.77º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DBDD9 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 189 | 217 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.15 |
| HSL | 190.77º | 0.67% | 0.55% | - |
| HSV(B) | 190.77º | 0.72% | 0.85% | - |
| XYZ | 32.65 | 42.4 | 72.11 | - |
| YUV | 153.92 | 163.59 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 217 | 0.72 | 0.13 | 0 | 0.15 | 190.77 | 0.67 | 0.55 |
| Hex | 3D | BD | D9 | 48 | D | 0 | F | BF | 43 | 37 |
| Octal | 75 | 275 | 331 | 110 | 15 | 0 | 17 | 277 | 103 | 67 |
| Binary | 111101 | 10111101 | 11011001 | 1001000 | 1101 | 0 | 1111 | 10111111 | 1000011 | 110111 |
Color Harmonies of #3DBDD9
Complementary color
Monochromatic Colors of #3DBDD9
Black with #3DBDD9
Text Example
Text Example
White with #3DBDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBDD9; }
p { color: rgb(61,189,217); }
H1.HeaderClassName
{
color: #3DBDD9;
}
.AnyTagClassName
{
color: #3DBDD9;
}
</style>
background-color css
<style>
a { background-color: #3DBDD9; }
a { background-color: rgb(61,189,217); }
div.DivClassName
{
background-color: #3DBDD9;
}
.BgClassName
{
background-color: #3DBDD9;
}
</style>
border-color css
<style>
span { border-color: #3DBDD9; }
span { border-color: rgb(61,189,217); }
td.TdClassName
{
border-color: #3DBDD9;
}
.TagClassName
{
border-color: #3DBDD9;
}
</style>