Shades of Summer Sky #3BBFDB
Tints of Summer Sky #3BBFDB
RGB
CMYK
RGB Variations
Color information
#3BBFDB (or 0x3BBFDB) is known color: Summer Sky. HEX triplet: 3B, BF and DB. RGB value is (59,191,219). Sum of RGB (Red+Green+Blue) = 59+191+219=469 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.58% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BBFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBFDB is #C44024. Grayscale: #9A9A9A. Windows color (decimal): -12861477 or 14401339. OLE color: 14401339.
HSL color Cylindrical-coordinate representation of color #3BBFDB: hue angle of 190.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BBFDB is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 191 | 219 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.14 |
| HSL | 190.5º | 0.69% | 0.55% | - |
| HSV(B) | 190.5º | 0.73% | 0.86% | - |
| XYZ | 33.22 | 43.31 | 73.63 | - |
| YUV | 154.72 | 164.27 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 191 | 219 | 0.73 | 0.13 | 0 | 0.14 | 190.5 | 0.69 | 0.55 |
| Hex | 3B | BF | DB | 49 | D | 0 | E | BE | 45 | 37 |
| Octal | 73 | 277 | 333 | 111 | 15 | 0 | 16 | 276 | 105 | 67 |
| Binary | 111011 | 10111111 | 11011011 | 1001001 | 1101 | 0 | 1110 | 10111110 | 1000101 | 110111 |
Color Harmonies of #3BBFDB
Complementary color
Monochromatic Colors of #3BBFDB
Black with #3BBFDB
Text Example
Text Example
White with #3BBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBFDB; }
p { color: rgb(59,191,219); }
H1.HeaderClassName
{
color: #3BBFDB;
}
.AnyTagClassName
{
color: #3BBFDB;
}
</style>
background-color css
<style>
a { background-color: #3BBFDB; }
a { background-color: rgb(59,191,219); }
div.DivClassName
{
background-color: #3BBFDB;
}
.BgClassName
{
background-color: #3BBFDB;
}
</style>
border-color css
<style>
span { border-color: #3BBFDB; }
span { border-color: rgb(59,191,219); }
td.TdClassName
{
border-color: #3BBFDB;
}
.TagClassName
{
border-color: #3BBFDB;
}
</style>