Shades of Summer Sky #3BD2EE
Tints of Summer Sky #3BD2EE
RGB
CMYK
RGB Variations
Color information
#3BD2EE (or 0x3BD2EE) is known color: Summer Sky. HEX triplet: 3B, D2 and EE. RGB value is (59,210,238). Sum of RGB (Red+Green+Blue) = 59+210+238=507 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.64% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #3BD2EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BD2EE is #C42D11. Grayscale: #A7A7A7. Windows color (decimal): -12856594 or 15651387. OLE color: 15651387.
HSL color Cylindrical-coordinate representation of color #3BD2EE: hue angle of 189.39º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BD2EE is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 210 | 238 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.07 |
| HSL | 189.39º | 0.84% | 0.58% | - |
| HSV(B) | 189.39º | 0.75% | 0.93% | - |
| XYZ | 40.28 | 53.2 | 89.03 | - |
| YUV | 168.04 | 167.47 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 210 | 238 | 0.75 | 0.12 | 0 | 0.07 | 189.39 | 0.84 | 0.58 |
| Hex | 3B | D2 | EE | 4B | C | 0 | 7 | BD | 54 | 3A |
| Octal | 73 | 322 | 356 | 113 | 14 | 0 | 7 | 275 | 124 | 72 |
| Binary | 111011 | 11010010 | 11101110 | 1001011 | 1100 | 0 | 111 | 10111101 | 1010100 | 111010 |
Color Harmonies of #3BD2EE
Complementary color
Monochromatic Colors of #3BD2EE
Black with #3BD2EE
Text Example
Text Example
White with #3BD2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD2EE; }
p { color: rgb(59,210,238); }
H1.HeaderClassName
{
color: #3BD2EE;
}
.AnyTagClassName
{
color: #3BD2EE;
}
</style>
background-color css
<style>
a { background-color: #3BD2EE; }
a { background-color: rgb(59,210,238); }
div.DivClassName
{
background-color: #3BD2EE;
}
.BgClassName
{
background-color: #3BD2EE;
}
</style>
border-color css
<style>
span { border-color: #3BD2EE; }
span { border-color: rgb(59,210,238); }
td.TdClassName
{
border-color: #3BD2EE;
}
.TagClassName
{
border-color: #3BD2EE;
}
</style>