Shades of Summer Sky #3BCEEF
Tints of Summer Sky #3BCEEF
RGB
CMYK
RGB Variations
Color information
#3BCEEF (or 0x3BCEEF) is known color: Summer Sky. HEX triplet: 3B, CE and EF. RGB value is (59,206,239). Sum of RGB (Red+Green+Blue) = 59+206+239=504 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.71% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #3BCEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCEEF is #C43110. Grayscale: #A5A5A5. Windows color (decimal): -12857617 or 15715899. OLE color: 15715899.
HSL color Cylindrical-coordinate representation of color #3BCEEF: hue angle of 191º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BCEEF is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 206 | 239 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.06 |
| HSL | 191º | 0.85% | 0.58% | - |
| HSV(B) | 191º | 0.75% | 0.94% | - |
| XYZ | 39.45 | 51.3 | 89.48 | - |
| YUV | 165.81 | 169.3 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 206 | 239 | 0.75 | 0.14 | 0 | 0.06 | 191 | 0.85 | 0.58 |
| Hex | 3B | CE | EF | 4B | E | 0 | 6 | BF | 55 | 3A |
| Octal | 73 | 316 | 357 | 113 | 16 | 0 | 6 | 277 | 125 | 72 |
| Binary | 111011 | 11001110 | 11101111 | 1001011 | 1110 | 0 | 110 | 10111111 | 1010101 | 111010 |
Color Harmonies of #3BCEEF
Complementary color
Monochromatic Colors of #3BCEEF
Black with #3BCEEF
Text Example
Text Example
White with #3BCEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCEEF; }
p { color: rgb(59,206,239); }
H1.HeaderClassName
{
color: #3BCEEF;
}
.AnyTagClassName
{
color: #3BCEEF;
}
</style>
background-color css
<style>
a { background-color: #3BCEEF; }
a { background-color: rgb(59,206,239); }
div.DivClassName
{
background-color: #3BCEEF;
}
.BgClassName
{
background-color: #3BCEEF;
}
</style>
border-color css
<style>
span { border-color: #3BCEEF; }
span { border-color: rgb(59,206,239); }
td.TdClassName
{
border-color: #3BCEEF;
}
.TagClassName
{
border-color: #3BCEEF;
}
</style>