Shades of Summer Sky #3DB5EF
Tints of Summer Sky #3DB5EF
RGB
CMYK
RGB Variations
Color information
#3DB5EF (or 0x3DB5EF) is known color: Summer Sky. HEX triplet: 3D, B5 and EF. RGB value is (61,181,239). Sum of RGB (Red+Green+Blue) = 61+181+239=481 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.68% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #3DB5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DB5EF is #C24A10. Grayscale: #979797. Windows color (decimal): -12732945 or 15709501. OLE color: 15709501.
HSL color Cylindrical-coordinate representation of color #3DB5EF: hue angle of 199.55º 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 #3DB5EF is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 181 | 239 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.06 |
| HSL | 199.55º | 0.85% | 0.59% | - |
| HSV(B) | 199.55º | 0.74% | 0.94% | - |
| XYZ | 34.03 | 40.27 | 87.64 | - |
| YUV | 151.73 | 177.24 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 239 | 0.74 | 0.24 | 0 | 0.06 | 199.55 | 0.85 | 0.59 |
| Hex | 3D | B5 | EF | 4A | 18 | 0 | 6 | C8 | 55 | 3B |
| Octal | 75 | 265 | 357 | 112 | 30 | 0 | 6 | 310 | 125 | 73 |
| Binary | 111101 | 10110101 | 11101111 | 1001010 | 11000 | 0 | 110 | 11001000 | 1010101 | 111011 |
Color Harmonies of #3DB5EF
Complementary color
Monochromatic Colors of #3DB5EF
Black with #3DB5EF
Text Example
Text Example
White with #3DB5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB5EF; }
p { color: rgb(61,181,239); }
H1.HeaderClassName
{
color: #3DB5EF;
}
.AnyTagClassName
{
color: #3DB5EF;
}
</style>
background-color css
<style>
a { background-color: #3DB5EF; }
a { background-color: rgb(61,181,239); }
div.DivClassName
{
background-color: #3DB5EF;
}
.BgClassName
{
background-color: #3DB5EF;
}
</style>
border-color css
<style>
span { border-color: #3DB5EF; }
span { border-color: rgb(61,181,239); }
td.TdClassName
{
border-color: #3DB5EF;
}
.TagClassName
{
border-color: #3DB5EF;
}
</style>