Shades of Summer Sky #3BADDE
Tints of Summer Sky #3BADDE
RGB
CMYK
RGB Variations
Color information
#3BADDE (or 0x3BADDE) is known color: Summer Sky. HEX triplet: 3B, AD and DE. RGB value is (59,173,222). Sum of RGB (Red+Green+Blue) = 59+173+222=454 (60% of max value = 765). Red value is 59 (23.44% from 255 or 13.00% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #3BADDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BADDE is #C45221. Grayscale: #909090. Windows color (decimal): -12866082 or 14593339. OLE color: 14593339.
HSL color Cylindrical-coordinate representation of color #3BADDE: hue angle of 198.04º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BADDE is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 173 | 222 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.13 |
| HSL | 198.04º | 0.71% | 0.55% | - |
| HSV(B) | 198.04º | 0.73% | 0.87% | - |
| XYZ | 29.93 | 36.09 | 74.5 | - |
| YUV | 144.5 | 171.73 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 173 | 222 | 0.73 | 0.22 | 0 | 0.13 | 198.04 | 0.71 | 0.55 |
| Hex | 3B | AD | DE | 49 | 16 | 0 | D | C6 | 47 | 37 |
| Octal | 73 | 255 | 336 | 111 | 26 | 0 | 15 | 306 | 107 | 67 |
| Binary | 111011 | 10101101 | 11011110 | 1001001 | 10110 | 0 | 1101 | 11000110 | 1000111 | 110111 |
Color Harmonies of #3BADDE
Complementary color
Monochromatic Colors of #3BADDE
Black with #3BADDE
Text Example
Text Example
White with #3BADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BADDE; }
p { color: rgb(59,173,222); }
H1.HeaderClassName
{
color: #3BADDE;
}
.AnyTagClassName
{
color: #3BADDE;
}
</style>
background-color css
<style>
a { background-color: #3BADDE; }
a { background-color: rgb(59,173,222); }
div.DivClassName
{
background-color: #3BADDE;
}
.BgClassName
{
background-color: #3BADDE;
}
</style>
border-color css
<style>
span { border-color: #3BADDE; }
span { border-color: rgb(59,173,222); }
td.TdClassName
{
border-color: #3BADDE;
}
.TagClassName
{
border-color: #3BADDE;
}
</style>