Shades of Summer Sky #3BBCEF
Tints of Summer Sky #3BBCEF
RGB
CMYK
RGB Variations
Color information
#3BBCEF (or 0x3BBCEF) is known color: Summer Sky. HEX triplet: 3B, BC and EF. RGB value is (59,188,239). Sum of RGB (Red+Green+Blue) = 59+188+239=486 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.14% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #3BBCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BBCEF is #C44310. Grayscale: #9A9A9A. Windows color (decimal): -12862225 or 15711291. OLE color: 15711291.
HSL color Cylindrical-coordinate representation of color #3BBCEF: hue angle of 197º 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 #3BBCEF is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 188 | 239 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.06 |
| HSL | 197º | 0.85% | 0.58% | - |
| HSV(B) | 197º | 0.75% | 0.94% | - |
| XYZ | 35.37 | 43.13 | 88.12 | - |
| YUV | 155.24 | 175.26 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 239 | 0.75 | 0.21 | 0 | 0.06 | 197 | 0.85 | 0.58 |
| Hex | 3B | BC | EF | 4B | 15 | 0 | 6 | C5 | 55 | 3A |
| Octal | 73 | 274 | 357 | 113 | 25 | 0 | 6 | 305 | 125 | 72 |
| Binary | 111011 | 10111100 | 11101111 | 1001011 | 10101 | 0 | 110 | 11000101 | 1010101 | 111010 |
Color Harmonies of #3BBCEF
Complementary color
Monochromatic Colors of #3BBCEF
Black with #3BBCEF
Text Example
Text Example
White with #3BBCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBCEF; }
p { color: rgb(59,188,239); }
H1.HeaderClassName
{
color: #3BBCEF;
}
.AnyTagClassName
{
color: #3BBCEF;
}
</style>
background-color css
<style>
a { background-color: #3BBCEF; }
a { background-color: rgb(59,188,239); }
div.DivClassName
{
background-color: #3BBCEF;
}
.BgClassName
{
background-color: #3BBCEF;
}
</style>
border-color css
<style>
span { border-color: #3BBCEF; }
span { border-color: rgb(59,188,239); }
td.TdClassName
{
border-color: #3BBCEF;
}
.TagClassName
{
border-color: #3BBCEF;
}
</style>