Shades of Summer Sky #3BBEE1
Tints of Summer Sky #3BBEE1
RGB
CMYK
RGB Variations
Color information
#3BBEE1 (or 0x3BBEE1) is known color: Summer Sky. HEX triplet: 3B, BE and E1. RGB value is (59,190,225). Sum of RGB (Red+Green+Blue) = 59+190+225=474 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.45% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 225 - color contains mainly: blue. Hex color #3BBEE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBEE1 is #C4411E. Grayscale: #9A9A9A. Windows color (decimal): -12861727 or 14794299. OLE color: 14794299.
HSL color Cylindrical-coordinate representation of color #3BBEE1: hue angle of 192.65º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BBEE1 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 190 | 225 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.12 |
| HSL | 192.65º | 0.73% | 0.56% | - |
| HSV(B) | 192.65º | 0.74% | 0.88% | - |
| XYZ | 33.81 | 43.19 | 77.79 | - |
| YUV | 154.82 | 167.6 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 190 | 225 | 0.74 | 0.16 | 0 | 0.12 | 192.65 | 0.73 | 0.56 |
| Hex | 3B | BE | E1 | 4A | 10 | 0 | C | C1 | 49 | 38 |
| Octal | 73 | 276 | 341 | 112 | 20 | 0 | 14 | 301 | 111 | 70 |
| Binary | 111011 | 10111110 | 11100001 | 1001010 | 10000 | 0 | 1100 | 11000001 | 1001001 | 111000 |
Color Harmonies of #3BBEE1
Complementary color
Monochromatic Colors of #3BBEE1
Black with #3BBEE1
Text Example
Text Example
White with #3BBEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBEE1; }
p { color: rgb(59,190,225); }
H1.HeaderClassName
{
color: #3BBEE1;
}
.AnyTagClassName
{
color: #3BBEE1;
}
</style>
background-color css
<style>
a { background-color: #3BBEE1; }
a { background-color: rgb(59,190,225); }
div.DivClassName
{
background-color: #3BBEE1;
}
.BgClassName
{
background-color: #3BBEE1;
}
</style>
border-color css
<style>
span { border-color: #3BBEE1; }
span { border-color: rgb(59,190,225); }
td.TdClassName
{
border-color: #3BBEE1;
}
.TagClassName
{
border-color: #3BBEE1;
}
</style>