Shades of Summer Sky #3BADEF
Tints of Summer Sky #3BADEF
RGB
CMYK
RGB Variations
Color information
#3BADEF (or 0x3BADEF) is known color: Summer Sky. HEX triplet: 3B, AD and EF. RGB value is (59,173,239). Sum of RGB (Red+Green+Blue) = 59+173+239=471 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.53% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #3BADEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BADEF is #C45210. Grayscale: #929292. Windows color (decimal): -12866065 or 15707451. OLE color: 15707451.
HSL color Cylindrical-coordinate representation of color #3BADEF: hue angle of 202º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BADEF is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 173 | 239 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.06 |
| HSL | 202º | 0.85% | 0.58% | - |
| HSV(B) | 202º | 0.75% | 0.94% | - |
| XYZ | 32.33 | 37.05 | 87.11 | - |
| YUV | 146.44 | 180.23 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 173 | 239 | 0.75 | 0.28 | 0 | 0.06 | 202 | 0.85 | 0.58 |
| Hex | 3B | AD | EF | 4B | 1C | 0 | 6 | CA | 55 | 3A |
| Octal | 73 | 255 | 357 | 113 | 34 | 0 | 6 | 312 | 125 | 72 |
| Binary | 111011 | 10101101 | 11101111 | 1001011 | 11100 | 0 | 110 | 11001010 | 1010101 | 111010 |
Color Harmonies of #3BADEF
Complementary color
Monochromatic Colors of #3BADEF
Black with #3BADEF
Text Example
Text Example
White with #3BADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BADEF; }
p { color: rgb(59,173,239); }
H1.HeaderClassName
{
color: #3BADEF;
}
.AnyTagClassName
{
color: #3BADEF;
}
</style>
background-color css
<style>
a { background-color: #3BADEF; }
a { background-color: rgb(59,173,239); }
div.DivClassName
{
background-color: #3BADEF;
}
.BgClassName
{
background-color: #3BADEF;
}
</style>
border-color css
<style>
span { border-color: #3BADEF; }
span { border-color: rgb(59,173,239); }
td.TdClassName
{
border-color: #3BADEF;
}
.TagClassName
{
border-color: #3BADEF;
}
</style>