Shades of Summer Sky #3DB7EF
Tints of Summer Sky #3DB7EF
RGB
CMYK
RGB Variations
Color information
#3DB7EF (or 0x3DB7EF) is known color: Summer Sky. HEX triplet: 3D, B7 and EF. RGB value is (61,183,239). Sum of RGB (Red+Green+Blue) = 61+183+239=483 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.63% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #3DB7EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DB7EF is #C24810. Grayscale: #989898. Windows color (decimal): -12732433 or 15710013. OLE color: 15710013.
HSL color Cylindrical-coordinate representation of color #3DB7EF: hue angle of 198.88º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DB7EF is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 183 | 239 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.06 |
| HSL | 198.88º | 0.85% | 0.59% | - |
| HSV(B) | 198.88º | 0.74% | 0.94% | - |
| XYZ | 34.44 | 41.09 | 87.78 | - |
| YUV | 152.91 | 176.58 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 239 | 0.74 | 0.23 | 0 | 0.06 | 198.88 | 0.85 | 0.59 |
| Hex | 3D | B7 | EF | 4A | 17 | 0 | 6 | C7 | 55 | 3B |
| Octal | 75 | 267 | 357 | 112 | 27 | 0 | 6 | 307 | 125 | 73 |
| Binary | 111101 | 10110111 | 11101111 | 1001010 | 10111 | 0 | 110 | 11000111 | 1010101 | 111011 |
Color Harmonies of #3DB7EF
Complementary color
Monochromatic Colors of #3DB7EF
Black with #3DB7EF
Text Example
Text Example
White with #3DB7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB7EF; }
p { color: rgb(61,183,239); }
H1.HeaderClassName
{
color: #3DB7EF;
}
.AnyTagClassName
{
color: #3DB7EF;
}
</style>
background-color css
<style>
a { background-color: #3DB7EF; }
a { background-color: rgb(61,183,239); }
div.DivClassName
{
background-color: #3DB7EF;
}
.BgClassName
{
background-color: #3DB7EF;
}
</style>
border-color css
<style>
span { border-color: #3DB7EF; }
span { border-color: rgb(61,183,239); }
td.TdClassName
{
border-color: #3DB7EF;
}
.TagClassName
{
border-color: #3DB7EF;
}
</style>