Shades of Summer Sky #3BBDEA
Tints of Summer Sky #3BBDEA
RGB
CMYK
RGB Variations
Color information
#3BBDEA (or 0x3BBDEA) is known color: Summer Sky. HEX triplet: 3B, BD and EA. RGB value is (59,189,234). Sum of RGB (Red+Green+Blue) = 59+189+234=482 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.24% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #3BBDEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BBDEA is #C44215. Grayscale: #9A9A9A. Windows color (decimal): -12861974 or 15383867. OLE color: 15383867.
HSL color Cylindrical-coordinate representation of color #3BBDEA: hue angle of 195.43º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BBDEA is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 189 | 234 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.08 |
| HSL | 195.43º | 0.81% | 0.57% | - |
| HSV(B) | 195.43º | 0.75% | 0.92% | - |
| XYZ | 34.85 | 43.27 | 84.36 | - |
| YUV | 155.26 | 172.43 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 189 | 234 | 0.75 | 0.19 | 0 | 0.08 | 195.43 | 0.81 | 0.57 |
| Hex | 3B | BD | EA | 4B | 13 | 0 | 8 | C3 | 51 | 39 |
| Octal | 73 | 275 | 352 | 113 | 23 | 0 | 10 | 303 | 121 | 71 |
| Binary | 111011 | 10111101 | 11101010 | 1001011 | 10011 | 0 | 1000 | 11000011 | 1010001 | 111001 |
Color Harmonies of #3BBDEA
Complementary color
Monochromatic Colors of #3BBDEA
Black with #3BBDEA
Text Example
Text Example
White with #3BBDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBDEA; }
p { color: rgb(59,189,234); }
H1.HeaderClassName
{
color: #3BBDEA;
}
.AnyTagClassName
{
color: #3BBDEA;
}
</style>
background-color css
<style>
a { background-color: #3BBDEA; }
a { background-color: rgb(59,189,234); }
div.DivClassName
{
background-color: #3BBDEA;
}
.BgClassName
{
background-color: #3BBDEA;
}
</style>
border-color css
<style>
span { border-color: #3BBDEA; }
span { border-color: rgb(59,189,234); }
td.TdClassName
{
border-color: #3BBDEA;
}
.TagClassName
{
border-color: #3BBDEA;
}
</style>