Shades of Summer Sky #3BC0F3
Tints of Summer Sky #3BC0F3
RGB
CMYK
RGB Variations
Color information
#3BC0F3 (or 0x3BC0F3) is known color: Summer Sky. HEX triplet: 3B, C0 and F3. RGB value is (59,192,243). Sum of RGB (Red+Green+Blue) = 59+192+243=494 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.94% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #3BC0F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BC0F3 is #C43F0C. Grayscale: #9D9D9D. Windows color (decimal): -12861197 or 15974459. OLE color: 15974459.
HSL color Cylindrical-coordinate representation of color #3BC0F3: hue angle of 196.63º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BC0F3 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 192 | 243 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.05 |
| HSL | 196.63º | 0.88% | 0.59% | - |
| HSV(B) | 196.63º | 0.76% | 0.95% | - |
| XYZ | 36.83 | 45.1 | 91.56 | - |
| YUV | 158.05 | 175.94 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 192 | 243 | 0.76 | 0.21 | 0 | 0.05 | 196.63 | 0.88 | 0.59 |
| Hex | 3B | C0 | F3 | 4C | 15 | 0 | 5 | C5 | 58 | 3B |
| Octal | 73 | 300 | 363 | 114 | 25 | 0 | 5 | 305 | 130 | 73 |
| Binary | 111011 | 11000000 | 11110011 | 1001100 | 10101 | 0 | 101 | 11000101 | 1011000 | 111011 |
Color Harmonies of #3BC0F3
Complementary color
Monochromatic Colors of #3BC0F3
Black with #3BC0F3
Text Example
Text Example
White with #3BC0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC0F3; }
p { color: rgb(59,192,243); }
H1.HeaderClassName
{
color: #3BC0F3;
}
.AnyTagClassName
{
color: #3BC0F3;
}
</style>
background-color css
<style>
a { background-color: #3BC0F3; }
a { background-color: rgb(59,192,243); }
div.DivClassName
{
background-color: #3BC0F3;
}
.BgClassName
{
background-color: #3BC0F3;
}
</style>
border-color css
<style>
span { border-color: #3BC0F3; }
span { border-color: rgb(59,192,243); }
td.TdClassName
{
border-color: #3BC0F3;
}
.TagClassName
{
border-color: #3BC0F3;
}
</style>