Shades of Summer Sky #3DB9EF
Tints of Summer Sky #3DB9EF
RGB
CMYK
RGB Variations
Color information
#3DB9EF (or 0x3DB9EF) is known color: Summer Sky. HEX triplet: 3D, B9 and EF. RGB value is (61,185,239). Sum of RGB (Red+Green+Blue) = 61+185+239=485 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.58% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #3DB9EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DB9EF is #C24610. Grayscale: #999999. Windows color (decimal): -12731921 or 15710525. OLE color: 15710525.
HSL color Cylindrical-coordinate representation of color #3DB9EF: hue angle of 198.2º 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 #3DB9EF is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 185 | 239 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.06 |
| HSL | 198.2º | 0.85% | 0.59% | - |
| HSV(B) | 198.2º | 0.74% | 0.94% | - |
| XYZ | 34.85 | 41.92 | 87.92 | - |
| YUV | 154.08 | 175.92 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 185 | 239 | 0.74 | 0.23 | 0 | 0.06 | 198.2 | 0.85 | 0.59 |
| Hex | 3D | B9 | EF | 4A | 17 | 0 | 6 | C6 | 55 | 3B |
| Octal | 75 | 271 | 357 | 112 | 27 | 0 | 6 | 306 | 125 | 73 |
| Binary | 111101 | 10111001 | 11101111 | 1001010 | 10111 | 0 | 110 | 11000110 | 1010101 | 111011 |
Color Harmonies of #3DB9EF
Complementary color
Monochromatic Colors of #3DB9EF
Black with #3DB9EF
Text Example
Text Example
White with #3DB9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB9EF; }
p { color: rgb(61,185,239); }
H1.HeaderClassName
{
color: #3DB9EF;
}
.AnyTagClassName
{
color: #3DB9EF;
}
</style>
background-color css
<style>
a { background-color: #3DB9EF; }
a { background-color: rgb(61,185,239); }
div.DivClassName
{
background-color: #3DB9EF;
}
.BgClassName
{
background-color: #3DB9EF;
}
</style>
border-color css
<style>
span { border-color: #3DB9EF; }
span { border-color: rgb(61,185,239); }
td.TdClassName
{
border-color: #3DB9EF;
}
.TagClassName
{
border-color: #3DB9EF;
}
</style>