Shades of Summer Sky #3DB3EF
Tints of Summer Sky #3DB3EF
RGB
CMYK
RGB Variations
Color information
#3DB3EF (or 0x3DB3EF) is known color: Summer Sky. HEX triplet: 3D, B3 and EF. RGB value is (61,179,239). Sum of RGB (Red+Green+Blue) = 61+179+239=479 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.73% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #3DB3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DB3EF is #C24C10. Grayscale: #969696. Windows color (decimal): -12733457 or 15708989. OLE color: 15708989.
HSL color Cylindrical-coordinate representation of color #3DB3EF: hue angle of 200.22º 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 #3DB3EF is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 179 | 239 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.06 |
| HSL | 200.22º | 0.85% | 0.59% | - |
| HSV(B) | 200.22º | 0.74% | 0.94% | - |
| XYZ | 33.62 | 39.46 | 87.51 | - |
| YUV | 150.56 | 177.91 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 179 | 239 | 0.74 | 0.25 | 0 | 0.06 | 200.22 | 0.85 | 0.59 |
| Hex | 3D | B3 | EF | 4A | 19 | 0 | 6 | C8 | 55 | 3B |
| Octal | 75 | 263 | 357 | 112 | 31 | 0 | 6 | 310 | 125 | 73 |
| Binary | 111101 | 10110011 | 11101111 | 1001010 | 11001 | 0 | 110 | 11001000 | 1010101 | 111011 |
Color Harmonies of #3DB3EF
Complementary color
Monochromatic Colors of #3DB3EF
Black with #3DB3EF
Text Example
Text Example
White with #3DB3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB3EF; }
p { color: rgb(61,179,239); }
H1.HeaderClassName
{
color: #3DB3EF;
}
.AnyTagClassName
{
color: #3DB3EF;
}
</style>
background-color css
<style>
a { background-color: #3DB3EF; }
a { background-color: rgb(61,179,239); }
div.DivClassName
{
background-color: #3DB3EF;
}
.BgClassName
{
background-color: #3DB3EF;
}
</style>
border-color css
<style>
span { border-color: #3DB3EF; }
span { border-color: rgb(61,179,239); }
td.TdClassName
{
border-color: #3DB3EF;
}
.TagClassName
{
border-color: #3DB3EF;
}
</style>