Shades of Summer Sky #3BC7FF
Tints of Summer Sky #3BC7FF
RGB
CMYK
RGB Variations
Color information
#3BC7FF (or 0x3BC7FF) is known color: Summer Sky. HEX triplet: 3B, C7 and FF. RGB value is (59,199,255). Sum of RGB (Red+Green+Blue) = 59+199+255=513 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.50% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BC7FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BC7FF is #C43800. Grayscale: #A3A3A3. Windows color (decimal): -12859393 or 16762683. OLE color: 16762683.
HSL color Cylindrical-coordinate representation of color #3BC7FF: hue angle of 197.14º 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 #3BC7FF is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 199 | 255 | - |
| CMYK | 0.77 | 0.22 | 0 | 0 |
| HSL | 197.14º | 1% | 0.62% | - |
| HSV(B) | 197.14º | 0.77% | 1% | - |
| XYZ | 40.28 | 49 | 101.94 | - |
| YUV | 163.52 | 179.62 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 199 | 255 | 0.77 | 0.22 | 0 | 0 | 197.14 | 1 | 0.62 |
| Hex | 3B | C7 | FF | 4D | 16 | 0 | 0 | C5 | 64 | 3E |
| Octal | 73 | 307 | 377 | 115 | 26 | 0 | 0 | 305 | 144 | 76 |
| Binary | 111011 | 11000111 | 11111111 | 1001101 | 10110 | 0 | 0 | 11000101 | 1100100 | 111110 |
Color Harmonies of #3BC7FF
Complementary color
Monochromatic Colors of #3BC7FF
Black with #3BC7FF
Text Example
Text Example
White with #3BC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC7FF; }
p { color: rgb(59,199,255); }
H1.HeaderClassName
{
color: #3BC7FF;
}
.AnyTagClassName
{
color: #3BC7FF;
}
</style>
background-color css
<style>
a { background-color: #3BC7FF; }
a { background-color: rgb(59,199,255); }
div.DivClassName
{
background-color: #3BC7FF;
}
.BgClassName
{
background-color: #3BC7FF;
}
</style>
border-color css
<style>
span { border-color: #3BC7FF; }
span { border-color: rgb(59,199,255); }
td.TdClassName
{
border-color: #3BC7FF;
}
.TagClassName
{
border-color: #3BC7FF;
}
</style>