Shades of Summer Sky #3DB7D7
Tints of Summer Sky #3DB7D7
RGB
CMYK
RGB Variations
Color information
#3DB7D7 (or 0x3DB7D7) is known color: Summer Sky. HEX triplet: 3D, B7 and D7. RGB value is (61,183,215). Sum of RGB (Red+Green+Blue) = 61+183+215=459 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.29% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 215 (84.38% from 255 or 46.84% from 459); Max value from RGB is 215 - color contains mainly: blue. Hex color #3DB7D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB7D7 is #C24828. Grayscale: #959595. Windows color (decimal): -12732457 or 14137149. OLE color: 14137149.
HSL color Cylindrical-coordinate representation of color #3DB7D7: hue angle of 192.47º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DB7D7 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 61 | 183 | 215 | - |
CMYK | 0.72 | 0.15 | 0 | 0.16 |
HSL | 192.47º | 0.66% | 0.54% | - |
HSV(B) | 192.47º | 0.72% | 0.84% | - |
XYZ | 31.12 | 39.77 | 70.33 | - |
YUV | 150.17 | 164.58 | 64.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 61 | 183 | 215 | 0.72 | 0.15 | 0 | 0.16 | 192.47 | 0.66 | 0.54 |
Hex | 3D | B7 | D7 | 48 | F | 0 | 10 | C0 | 42 | 36 |
Octal | 75 | 267 | 327 | 110 | 17 | 0 | 20 | 300 | 102 | 66 |
Binary | 111101 | 10110111 | 11010111 | 1001000 | 1111 | 0 | 10000 | 11000000 | 1000010 | 110110 |
Color Harmonies of #3DB7D7
Complementary color
Monochromatic Colors of #3DB7D7
Black with #3DB7D7
Text Example
Text Example
White with #3DB7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB7D7; }
p { color: rgb(61,183,215); }
H1.HeaderClassName
{
color: #3DB7D7;
}
.AnyTagClassName
{
color: #3DB7D7;
}
</style>
background-color css
<style>
a { background-color: #3DB7D7; }
a { background-color: rgb(61,183,215); }
div.DivClassName
{
background-color: #3DB7D7;
}
.BgClassName
{
background-color: #3DB7D7;
}
</style>
border-color css
<style>
span { border-color: #3DB7D7; }
span { border-color: rgb(61,183,215); }
td.TdClassName
{
border-color: #3DB7D7;
}
.TagClassName
{
border-color: #3DB7D7;
}
</style>