Shades of Summer Sky #3BBFDC
Tints of Summer Sky #3BBFDC
RGB
CMYK
RGB Variations
Color information
#3BBFDC (or 0x3BBFDC) is known color: Summer Sky. HEX triplet: 3B, BF and DC. RGB value is (59,191,220). Sum of RGB (Red+Green+Blue) = 59+191+220=470 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.55% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BBFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBFDC is #C44023. Grayscale: #9A9A9A. Windows color (decimal): -12861476 or 14466875. OLE color: 14466875.
HSL color Cylindrical-coordinate representation of color #3BBFDC: hue angle of 190.81º degrees, saturation: 0.7, 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 #3BBFDC is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 191 | 220 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.14 |
| HSL | 190.81º | 0.7% | 0.55% | - |
| HSV(B) | 190.81º | 0.73% | 0.86% | - |
| XYZ | 33.35 | 43.36 | 74.32 | - |
| YUV | 154.84 | 164.77 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 191 | 220 | 0.73 | 0.13 | 0 | 0.14 | 190.81 | 0.7 | 0.55 |
| Hex | 3B | BF | DC | 49 | D | 0 | E | BF | 46 | 37 |
| Octal | 73 | 277 | 334 | 111 | 15 | 0 | 16 | 277 | 106 | 67 |
| Binary | 111011 | 10111111 | 11011100 | 1001001 | 1101 | 0 | 1110 | 10111111 | 1000110 | 110111 |
Color Harmonies of #3BBFDC
Complementary color
Monochromatic Colors of #3BBFDC
Black with #3BBFDC
Text Example
Text Example
White with #3BBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBFDC; }
p { color: rgb(59,191,220); }
H1.HeaderClassName
{
color: #3BBFDC;
}
.AnyTagClassName
{
color: #3BBFDC;
}
</style>
background-color css
<style>
a { background-color: #3BBFDC; }
a { background-color: rgb(59,191,220); }
div.DivClassName
{
background-color: #3BBFDC;
}
.BgClassName
{
background-color: #3BBFDC;
}
</style>
border-color css
<style>
span { border-color: #3BBFDC; }
span { border-color: rgb(59,191,220); }
td.TdClassName
{
border-color: #3BBFDC;
}
.TagClassName
{
border-color: #3BBFDC;
}
</style>