Shades of Summer Sky #3BADEE
Tints of Summer Sky #3BADEE
RGB
CMYK
RGB Variations
Color information
#3BADEE (or 0x3BADEE) is known color: Summer Sky. HEX triplet: 3B, AD and EE. RGB value is (59,173,238). Sum of RGB (Red+Green+Blue) = 59+173+238=470 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.55% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #3BADEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BADEE is #C45211. Grayscale: #919191. Windows color (decimal): -12866066 or 15641915. OLE color: 15641915.
HSL color Cylindrical-coordinate representation of color #3BADEE: hue angle of 201.79º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BADEE is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 173 | 238 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.07 |
| HSL | 201.79º | 0.84% | 0.58% | - |
| HSV(B) | 201.79º | 0.75% | 0.93% | - |
| XYZ | 32.18 | 36.99 | 86.33 | - |
| YUV | 146.32 | 179.73 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 173 | 238 | 0.75 | 0.27 | 0 | 0.07 | 201.79 | 0.84 | 0.58 |
| Hex | 3B | AD | EE | 4B | 1B | 0 | 7 | CA | 54 | 3A |
| Octal | 73 | 255 | 356 | 113 | 33 | 0 | 7 | 312 | 124 | 72 |
| Binary | 111011 | 10101101 | 11101110 | 1001011 | 11011 | 0 | 111 | 11001010 | 1010100 | 111010 |
Color Harmonies of #3BADEE
Complementary color
Monochromatic Colors of #3BADEE
Black with #3BADEE
Text Example
Text Example
White with #3BADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BADEE; }
p { color: rgb(59,173,238); }
H1.HeaderClassName
{
color: #3BADEE;
}
.AnyTagClassName
{
color: #3BADEE;
}
</style>
background-color css
<style>
a { background-color: #3BADEE; }
a { background-color: rgb(59,173,238); }
div.DivClassName
{
background-color: #3BADEE;
}
.BgClassName
{
background-color: #3BADEE;
}
</style>
border-color css
<style>
span { border-color: #3BADEE; }
span { border-color: rgb(59,173,238); }
td.TdClassName
{
border-color: #3BADEE;
}
.TagClassName
{
border-color: #3BADEE;
}
</style>