Shades of Summer Sky #3BCDFC
Tints of Summer Sky #3BCDFC
RGB
CMYK
RGB Variations
Color information
#3BCDFC (or 0x3BCDFC) is known color: Summer Sky. HEX triplet: 3B, CD and FC. RGB value is (59,205,252). Sum of RGB (Red+Green+Blue) = 59+205+252=516 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.43% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #3BCDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCDFC is #C43203. Grayscale: #A6A6A6. Windows color (decimal): -12857860 or 16567611. OLE color: 16567611.
HSL color Cylindrical-coordinate representation of color #3BCDFC: hue angle of 194.61º 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 #3BCDFC is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 205 | 252 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.01 |
| HSL | 194.61º | 0.97% | 0.61% | - |
| HSV(B) | 194.61º | 0.77% | 0.99% | - |
| XYZ | 41.21 | 51.62 | 99.89 | - |
| YUV | 166.7 | 176.13 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 252 | 0.77 | 0.19 | 0 | 0.01 | 194.61 | 0.97 | 0.61 |
| Hex | 3B | CD | FC | 4D | 13 | 0 | 1 | C3 | 61 | 3D |
| Octal | 73 | 315 | 374 | 115 | 23 | 0 | 1 | 303 | 141 | 75 |
| Binary | 111011 | 11001101 | 11111100 | 1001101 | 10011 | 0 | 1 | 11000011 | 1100001 | 111101 |
Color Harmonies of #3BCDFC
Complementary color
Monochromatic Colors of #3BCDFC
Black with #3BCDFC
Text Example
Text Example
White with #3BCDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCDFC; }
p { color: rgb(59,205,252); }
H1.HeaderClassName
{
color: #3BCDFC;
}
.AnyTagClassName
{
color: #3BCDFC;
}
</style>
background-color css
<style>
a { background-color: #3BCDFC; }
a { background-color: rgb(59,205,252); }
div.DivClassName
{
background-color: #3BCDFC;
}
.BgClassName
{
background-color: #3BCDFC;
}
</style>
border-color css
<style>
span { border-color: #3BCDFC; }
span { border-color: rgb(59,205,252); }
td.TdClassName
{
border-color: #3BCDFC;
}
.TagClassName
{
border-color: #3BCDFC;
}
</style>