Shades of Summer Sky #3BCFEB
Tints of Summer Sky #3BCFEB
RGB
CMYK
RGB Variations
Color information
#3BCFEB (or 0x3BCFEB) is known color: Summer Sky. HEX triplet: 3B, CF and EB. RGB value is (59,207,235). Sum of RGB (Red+Green+Blue) = 59+207+235=501 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.78% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #3BCFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCFEB is #C43014. Grayscale: #A5A5A5. Windows color (decimal): -12857365 or 15454011. OLE color: 15454011.
HSL color Cylindrical-coordinate representation of color #3BCFEB: hue angle of 189.55º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BCFEB is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 207 | 235 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.08 |
| HSL | 189.55º | 0.81% | 0.58% | - |
| HSV(B) | 189.55º | 0.75% | 0.92% | - |
| XYZ | 39.11 | 51.55 | 86.49 | - |
| YUV | 165.94 | 166.97 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 235 | 0.75 | 0.12 | 0 | 0.08 | 189.55 | 0.81 | 0.58 |
| Hex | 3B | CF | EB | 4B | C | 0 | 8 | BE | 51 | 3A |
| Octal | 73 | 317 | 353 | 113 | 14 | 0 | 10 | 276 | 121 | 72 |
| Binary | 111011 | 11001111 | 11101011 | 1001011 | 1100 | 0 | 1000 | 10111110 | 1010001 | 111010 |
Color Harmonies of #3BCFEB
Complementary color
Monochromatic Colors of #3BCFEB
Black with #3BCFEB
Text Example
Text Example
White with #3BCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCFEB; }
p { color: rgb(59,207,235); }
H1.HeaderClassName
{
color: #3BCFEB;
}
.AnyTagClassName
{
color: #3BCFEB;
}
</style>
background-color css
<style>
a { background-color: #3BCFEB; }
a { background-color: rgb(59,207,235); }
div.DivClassName
{
background-color: #3BCFEB;
}
.BgClassName
{
background-color: #3BCFEB;
}
</style>
border-color css
<style>
span { border-color: #3BCFEB; }
span { border-color: rgb(59,207,235); }
td.TdClassName
{
border-color: #3BCFEB;
}
.TagClassName
{
border-color: #3BCFEB;
}
</style>