Shades of Summer Sky #3DB7DA
Tints of Summer Sky #3DB7DA
RGB
CMYK
RGB Variations
Color information
#3DB7DA (or 0x3DB7DA) is known color: Summer Sky. HEX triplet: 3D, B7 and DA. RGB value is (61,183,218). Sum of RGB (Red+Green+Blue) = 61+183+218=462 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.20% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #3DB7DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB7DA is #C24825. Grayscale: #969696. Windows color (decimal): -12732454 or 14333757. OLE color: 14333757.
HSL color Cylindrical-coordinate representation of color #3DB7DA: hue angle of 193.38º degrees, saturation: 0.68, 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 #3DB7DA is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 183 | 218 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.15 |
| HSL | 193.38º | 0.68% | 0.55% | - |
| HSV(B) | 193.38º | 0.72% | 0.85% | - |
| XYZ | 31.51 | 39.92 | 72.37 | - |
| YUV | 150.51 | 166.08 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 218 | 0.72 | 0.16 | 0 | 0.15 | 193.38 | 0.68 | 0.55 |
| Hex | 3D | B7 | DA | 48 | 10 | 0 | F | C1 | 44 | 37 |
| Octal | 75 | 267 | 332 | 110 | 20 | 0 | 17 | 301 | 104 | 67 |
| Binary | 111101 | 10110111 | 11011010 | 1001000 | 10000 | 0 | 1111 | 11000001 | 1000100 | 110111 |
Color Harmonies of #3DB7DA
Complementary color
Monochromatic Colors of #3DB7DA
Black with #3DB7DA
Text Example
Text Example
White with #3DB7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB7DA; }
p { color: rgb(61,183,218); }
H1.HeaderClassName
{
color: #3DB7DA;
}
.AnyTagClassName
{
color: #3DB7DA;
}
</style>
background-color css
<style>
a { background-color: #3DB7DA; }
a { background-color: rgb(61,183,218); }
div.DivClassName
{
background-color: #3DB7DA;
}
.BgClassName
{
background-color: #3DB7DA;
}
</style>
border-color css
<style>
span { border-color: #3DB7DA; }
span { border-color: rgb(61,183,218); }
td.TdClassName
{
border-color: #3DB7DA;
}
.TagClassName
{
border-color: #3DB7DA;
}
</style>