Shades of Summer Sky #3BCBFF
Tints of Summer Sky #3BCBFF
RGB
CMYK
RGB Variations
Color information
#3BCBFF (or 0x3BCBFF) is known color: Summer Sky. HEX triplet: 3B, CB and FF. RGB value is (59,203,255). Sum of RGB (Red+Green+Blue) = 59+203+255=517 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.41% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BCBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCBFF is #C43400. Grayscale: #A5A5A5. Windows color (decimal): -12858369 or 16763707. OLE color: 16763707.
HSL color Cylindrical-coordinate representation of color #3BCBFF: hue angle of 195.92º 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 #3BCBFF is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 203 | 255 | - |
| CMYK | 0.77 | 0.20 | 0 | 0 |
| HSL | 195.92º | 1% | 0.62% | - |
| HSV(B) | 195.92º | 0.77% | 1% | - |
| XYZ | 41.21 | 50.86 | 102.25 | - |
| YUV | 165.87 | 178.29 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 255 | 0.77 | 0.20 | 0 | 0 | 195.92 | 1 | 0.62 |
| Hex | 3B | CB | FF | 4D | 14 | 0 | 0 | C4 | 64 | 3E |
| Octal | 73 | 313 | 377 | 115 | 24 | 0 | 0 | 304 | 144 | 76 |
| Binary | 111011 | 11001011 | 11111111 | 1001101 | 10100 | 0 | 0 | 11000100 | 1100100 | 111110 |
Color Harmonies of #3BCBFF
Complementary color
Monochromatic Colors of #3BCBFF
Black with #3BCBFF
Text Example
Text Example
White with #3BCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCBFF; }
p { color: rgb(59,203,255); }
H1.HeaderClassName
{
color: #3BCBFF;
}
.AnyTagClassName
{
color: #3BCBFF;
}
</style>
background-color css
<style>
a { background-color: #3BCBFF; }
a { background-color: rgb(59,203,255); }
div.DivClassName
{
background-color: #3BCBFF;
}
.BgClassName
{
background-color: #3BCBFF;
}
</style>
border-color css
<style>
span { border-color: #3BCBFF; }
span { border-color: rgb(59,203,255); }
td.TdClassName
{
border-color: #3BCBFF;
}
.TagClassName
{
border-color: #3BCBFF;
}
</style>