Shades of Summer Sky #3BBFDF
Tints of Summer Sky #3BBFDF
RGB
CMYK
RGB Variations
Color information
#3BBFDF (or 0x3BBFDF) is known color: Summer Sky. HEX triplet: 3B, BF and DF. RGB value is (59,191,223). Sum of RGB (Red+Green+Blue) = 59+191+223=473 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.47% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #3BBFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBFDF is #C44020. Grayscale: #9A9A9A. Windows color (decimal): -12861473 or 14663483. OLE color: 14663483.
HSL color Cylindrical-coordinate representation of color #3BBFDF: hue angle of 191.71º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BBFDF is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 191 | 223 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.13 |
| HSL | 191.71º | 0.72% | 0.55% | - |
| HSV(B) | 191.71º | 0.74% | 0.87% | - |
| XYZ | 33.75 | 43.52 | 76.43 | - |
| YUV | 155.18 | 166.27 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 191 | 223 | 0.74 | 0.14 | 0 | 0.13 | 191.71 | 0.72 | 0.55 |
| Hex | 3B | BF | DF | 4A | E | 0 | D | C0 | 48 | 37 |
| Octal | 73 | 277 | 337 | 112 | 16 | 0 | 15 | 300 | 110 | 67 |
| Binary | 111011 | 10111111 | 11011111 | 1001010 | 1110 | 0 | 1101 | 11000000 | 1001000 | 110111 |
Color Harmonies of #3BBFDF
Complementary color
Monochromatic Colors of #3BBFDF
Black with #3BBFDF
Text Example
Text Example
White with #3BBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBFDF; }
p { color: rgb(59,191,223); }
H1.HeaderClassName
{
color: #3BBFDF;
}
.AnyTagClassName
{
color: #3BBFDF;
}
</style>
background-color css
<style>
a { background-color: #3BBFDF; }
a { background-color: rgb(59,191,223); }
div.DivClassName
{
background-color: #3BBFDF;
}
.BgClassName
{
background-color: #3BBFDF;
}
</style>
border-color css
<style>
span { border-color: #3BBFDF; }
span { border-color: rgb(59,191,223); }
td.TdClassName
{
border-color: #3BBFDF;
}
.TagClassName
{
border-color: #3BBFDF;
}
</style>