Shades of Summer Sky #3BBFD5
Tints of Summer Sky #3BBFD5
RGB
CMYK
RGB Variations
Color information
#3BBFD5 (or 0x3BBFD5) is known color: Summer Sky. HEX triplet: 3B, BF and D5. RGB value is (59,191,213). Sum of RGB (Red+Green+Blue) = 59+191+213=463 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.74% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 213 - color contains mainly: blue. Hex color #3BBFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBFD5 is #C4402A. Grayscale: #999999. Windows color (decimal): -12861483 or 14008123. OLE color: 14008123.
HSL color Cylindrical-coordinate representation of color #3BBFD5: hue angle of 188.57º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BBFD5 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 191 | 213 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.16 |
| HSL | 188.57º | 0.65% | 0.53% | - |
| HSV(B) | 188.57º | 0.72% | 0.84% | - |
| XYZ | 32.44 | 43 | 69.54 | - |
| YUV | 154.04 | 161.27 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 191 | 213 | 0.72 | 0.10 | 0 | 0.16 | 188.57 | 0.65 | 0.53 |
| Hex | 3B | BF | D5 | 48 | A | 0 | 10 | BD | 41 | 35 |
| Octal | 73 | 277 | 325 | 110 | 12 | 0 | 20 | 275 | 101 | 65 |
| Binary | 111011 | 10111111 | 11010101 | 1001000 | 1010 | 0 | 10000 | 10111101 | 1000001 | 110101 |
Color Harmonies of #3BBFD5
Complementary color
Monochromatic Colors of #3BBFD5
Black with #3BBFD5
Text Example
Text Example
White with #3BBFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBFD5; }
p { color: rgb(59,191,213); }
H1.HeaderClassName
{
color: #3BBFD5;
}
.AnyTagClassName
{
color: #3BBFD5;
}
</style>
background-color css
<style>
a { background-color: #3BBFD5; }
a { background-color: rgb(59,191,213); }
div.DivClassName
{
background-color: #3BBFD5;
}
.BgClassName
{
background-color: #3BBFD5;
}
</style>
border-color css
<style>
span { border-color: #3BBFD5; }
span { border-color: rgb(59,191,213); }
td.TdClassName
{
border-color: #3BBFD5;
}
.TagClassName
{
border-color: #3BBFD5;
}
</style>