Shades of Summer Sky #3BC5FF
Tints of Summer Sky #3BC5FF
RGB
CMYK
RGB Variations
Color information
#3BC5FF (or 0x3BC5FF) is known color: Summer Sky. HEX triplet: 3B, C5 and FF. RGB value is (59,197,255). Sum of RGB (Red+Green+Blue) = 59+197+255=511 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.55% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BC5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BC5FF is #C43A00. Grayscale: #A1A1A1. Windows color (decimal): -12859905 or 16762171. OLE color: 16762171.
HSL color Cylindrical-coordinate representation of color #3BC5FF: hue angle of 197.76º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BC5FF is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 197 | 255 | - |
| CMYK | 0.77 | 0.23 | 0 | 0 |
| HSL | 197.76º | 1% | 0.62% | - |
| HSV(B) | 197.76º | 0.77% | 1% | - |
| XYZ | 39.82 | 48.08 | 101.79 | - |
| YUV | 162.35 | 180.28 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 197 | 255 | 0.77 | 0.23 | 0 | 0 | 197.76 | 1 | 0.62 |
| Hex | 3B | C5 | FF | 4D | 17 | 0 | 0 | C6 | 64 | 3E |
| Octal | 73 | 305 | 377 | 115 | 27 | 0 | 0 | 306 | 144 | 76 |
| Binary | 111011 | 11000101 | 11111111 | 1001101 | 10111 | 0 | 0 | 11000110 | 1100100 | 111110 |
Color Harmonies of #3BC5FF
Complementary color
Monochromatic Colors of #3BC5FF
Black with #3BC5FF
Text Example
Text Example
White with #3BC5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC5FF; }
p { color: rgb(59,197,255); }
H1.HeaderClassName
{
color: #3BC5FF;
}
.AnyTagClassName
{
color: #3BC5FF;
}
</style>
background-color css
<style>
a { background-color: #3BC5FF; }
a { background-color: rgb(59,197,255); }
div.DivClassName
{
background-color: #3BC5FF;
}
.BgClassName
{
background-color: #3BC5FF;
}
</style>
border-color css
<style>
span { border-color: #3BC5FF; }
span { border-color: rgb(59,197,255); }
td.TdClassName
{
border-color: #3BC5FF;
}
.TagClassName
{
border-color: #3BC5FF;
}
</style>