Shades of Summer Sky #3BCBFC
Tints of Summer Sky #3BCBFC
RGB
CMYK
RGB Variations
Color information
#3BCBFC (or 0x3BCBFC) is known color: Summer Sky. HEX triplet: 3B, CB and FC. RGB value is (59,203,252). Sum of RGB (Red+Green+Blue) = 59+203+252=514 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.48% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #3BCBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCBFC is #C43403. Grayscale: #A5A5A5. Windows color (decimal): -12858372 or 16567099. OLE color: 16567099.
HSL color Cylindrical-coordinate representation of color #3BCBFC: hue angle of 195.23º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BCBFC is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 203 | 252 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.01 |
| HSL | 195.23º | 0.97% | 0.61% | - |
| HSV(B) | 195.23º | 0.77% | 0.99% | - |
| XYZ | 40.73 | 50.67 | 99.73 | - |
| YUV | 165.53 | 176.79 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 252 | 0.77 | 0.19 | 0 | 0.01 | 195.23 | 0.97 | 0.61 |
| Hex | 3B | CB | FC | 4D | 13 | 0 | 1 | C3 | 61 | 3D |
| Octal | 73 | 313 | 374 | 115 | 23 | 0 | 1 | 303 | 141 | 75 |
| Binary | 111011 | 11001011 | 11111100 | 1001101 | 10011 | 0 | 1 | 11000011 | 1100001 | 111101 |
Color Harmonies of #3BCBFC
Complementary color
Monochromatic Colors of #3BCBFC
Black with #3BCBFC
Text Example
Text Example
White with #3BCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCBFC; }
p { color: rgb(59,203,252); }
H1.HeaderClassName
{
color: #3BCBFC;
}
.AnyTagClassName
{
color: #3BCBFC;
}
</style>
background-color css
<style>
a { background-color: #3BCBFC; }
a { background-color: rgb(59,203,252); }
div.DivClassName
{
background-color: #3BCBFC;
}
.BgClassName
{
background-color: #3BCBFC;
}
</style>
border-color css
<style>
span { border-color: #3BCBFC; }
span { border-color: rgb(59,203,252); }
td.TdClassName
{
border-color: #3BCBFC;
}
.TagClassName
{
border-color: #3BCBFC;
}
</style>