Shades of Summer Sky #3BCEED
Tints of Summer Sky #3BCEED
RGB
CMYK
RGB Variations
Color information
#3BCEED (or 0x3BCEED) is known color: Summer Sky. HEX triplet: 3B, CE and ED. RGB value is (59,206,237). Sum of RGB (Red+Green+Blue) = 59+206+237=502 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.75% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #3BCEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCEED is #C43112. Grayscale: #A5A5A5. Windows color (decimal): -12857619 or 15584827. OLE color: 15584827.
HSL color Cylindrical-coordinate representation of color #3BCEED: hue angle of 190.45º degrees, saturation: 0.83, 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 #3BCEED is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 206 | 237 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.07 |
| HSL | 190.45º | 0.83% | 0.58% | - |
| HSV(B) | 190.45º | 0.75% | 0.93% | - |
| XYZ | 39.16 | 51.19 | 87.94 | - |
| YUV | 165.58 | 168.3 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 206 | 237 | 0.75 | 0.13 | 0 | 0.07 | 190.45 | 0.83 | 0.58 |
| Hex | 3B | CE | ED | 4B | D | 0 | 7 | BE | 53 | 3A |
| Octal | 73 | 316 | 355 | 113 | 15 | 0 | 7 | 276 | 123 | 72 |
| Binary | 111011 | 11001110 | 11101101 | 1001011 | 1101 | 0 | 111 | 10111110 | 1010011 | 111010 |
Color Harmonies of #3BCEED
Complementary color
Monochromatic Colors of #3BCEED
Black with #3BCEED
Text Example
Text Example
White with #3BCEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCEED; }
p { color: rgb(59,206,237); }
H1.HeaderClassName
{
color: #3BCEED;
}
.AnyTagClassName
{
color: #3BCEED;
}
</style>
background-color css
<style>
a { background-color: #3BCEED; }
a { background-color: rgb(59,206,237); }
div.DivClassName
{
background-color: #3BCEED;
}
.BgClassName
{
background-color: #3BCEED;
}
</style>
border-color css
<style>
span { border-color: #3BCEED; }
span { border-color: rgb(59,206,237); }
td.TdClassName
{
border-color: #3BCEED;
}
.TagClassName
{
border-color: #3BCEED;
}
</style>