Shades of Summer Sky #3BCEEE
Tints of Summer Sky #3BCEEE
RGB
CMYK
RGB Variations
Color information
#3BCEEE (or 0x3BCEEE) is known color: Summer Sky. HEX triplet: 3B, CE and EE. RGB value is (59,206,238). Sum of RGB (Red+Green+Blue) = 59+206+238=503 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.73% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #3BCEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCEEE is #C43111. Grayscale: #A5A5A5. Windows color (decimal): -12857618 or 15650363. OLE color: 15650363.
HSL color Cylindrical-coordinate representation of color #3BCEEE: hue angle of 190.73º 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 #3BCEEE is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 206 | 238 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.07 |
| HSL | 190.73º | 0.84% | 0.58% | - |
| HSV(B) | 190.73º | 0.75% | 0.93% | - |
| XYZ | 39.31 | 51.25 | 88.71 | - |
| YUV | 165.7 | 168.8 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 206 | 238 | 0.75 | 0.13 | 0 | 0.07 | 190.73 | 0.84 | 0.58 |
| Hex | 3B | CE | EE | 4B | D | 0 | 7 | BF | 54 | 3A |
| Octal | 73 | 316 | 356 | 113 | 15 | 0 | 7 | 277 | 124 | 72 |
| Binary | 111011 | 11001110 | 11101110 | 1001011 | 1101 | 0 | 111 | 10111111 | 1010100 | 111010 |
Color Harmonies of #3BCEEE
Complementary color
Monochromatic Colors of #3BCEEE
Black with #3BCEEE
Text Example
Text Example
White with #3BCEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCEEE; }
p { color: rgb(59,206,238); }
H1.HeaderClassName
{
color: #3BCEEE;
}
.AnyTagClassName
{
color: #3BCEEE;
}
</style>
background-color css
<style>
a { background-color: #3BCEEE; }
a { background-color: rgb(59,206,238); }
div.DivClassName
{
background-color: #3BCEEE;
}
.BgClassName
{
background-color: #3BCEEE;
}
</style>
border-color css
<style>
span { border-color: #3BCEEE; }
span { border-color: rgb(59,206,238); }
td.TdClassName
{
border-color: #3BCEEE;
}
.TagClassName
{
border-color: #3BCEEE;
}
</style>