Shades of Summer Sky #3DB7DE
Tints of Summer Sky #3DB7DE
RGB
CMYK
RGB Variations
Color information
#3DB7DE (or 0x3DB7DE) is known color: Summer Sky. HEX triplet: 3D, B7 and DE. RGB value is (61,183,222). Sum of RGB (Red+Green+Blue) = 61+183+222=466 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.09% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #3DB7DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB7DE is #C24821. Grayscale: #969696. Windows color (decimal): -12732450 or 14595901. OLE color: 14595901.
HSL color Cylindrical-coordinate representation of color #3DB7DE: hue angle of 194.53º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DB7DE is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 183 | 222 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.13 |
| HSL | 194.53º | 0.71% | 0.55% | - |
| HSV(B) | 194.53º | 0.73% | 0.87% | - |
| XYZ | 32.04 | 40.13 | 75.16 | - |
| YUV | 150.97 | 168.08 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 222 | 0.73 | 0.18 | 0 | 0.13 | 194.53 | 0.71 | 0.55 |
| Hex | 3D | B7 | DE | 49 | 12 | 0 | D | C3 | 47 | 37 |
| Octal | 75 | 267 | 336 | 111 | 22 | 0 | 15 | 303 | 107 | 67 |
| Binary | 111101 | 10110111 | 11011110 | 1001001 | 10010 | 0 | 1101 | 11000011 | 1000111 | 110111 |
Color Harmonies of #3DB7DE
Complementary color
Monochromatic Colors of #3DB7DE
Black with #3DB7DE
Text Example
Text Example
White with #3DB7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB7DE; }
p { color: rgb(61,183,222); }
H1.HeaderClassName
{
color: #3DB7DE;
}
.AnyTagClassName
{
color: #3DB7DE;
}
</style>
background-color css
<style>
a { background-color: #3DB7DE; }
a { background-color: rgb(61,183,222); }
div.DivClassName
{
background-color: #3DB7DE;
}
.BgClassName
{
background-color: #3DB7DE;
}
</style>
border-color css
<style>
span { border-color: #3DB7DE; }
span { border-color: rgb(61,183,222); }
td.TdClassName
{
border-color: #3DB7DE;
}
.TagClassName
{
border-color: #3DB7DE;
}
</style>