Shades of Summer Sky #3BCDFB
Tints of Summer Sky #3BCDFB
RGB
CMYK
RGB Variations
Color information
#3BCDFB (or 0x3BCDFB) is known color: Summer Sky. HEX triplet: 3B, CD and FB. RGB value is (59,205,251). Sum of RGB (Red+Green+Blue) = 59+205+251=515 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.46% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #3BCDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCDFB is #C43204. Grayscale: #A6A6A6. Windows color (decimal): -12857861 or 16502075. OLE color: 16502075.
HSL color Cylindrical-coordinate representation of color #3BCDFB: hue angle of 194.38º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BCDFB is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 205 | 251 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.02 |
| HSL | 194.38º | 0.96% | 0.61% | - |
| HSV(B) | 194.38º | 0.76% | 0.98% | - |
| XYZ | 41.05 | 51.56 | 99.05 | - |
| YUV | 166.59 | 175.63 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 251 | 0.76 | 0.18 | 0 | 0.02 | 194.38 | 0.96 | 0.61 |
| Hex | 3B | CD | FB | 4C | 12 | 0 | 2 | C2 | 60 | 3D |
| Octal | 73 | 315 | 373 | 114 | 22 | 0 | 2 | 302 | 140 | 75 |
| Binary | 111011 | 11001101 | 11111011 | 1001100 | 10010 | 0 | 10 | 11000010 | 1100000 | 111101 |
Color Harmonies of #3BCDFB
Complementary color
Monochromatic Colors of #3BCDFB
Black with #3BCDFB
Text Example
Text Example
White with #3BCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCDFB; }
p { color: rgb(59,205,251); }
H1.HeaderClassName
{
color: #3BCDFB;
}
.AnyTagClassName
{
color: #3BCDFB;
}
</style>
background-color css
<style>
a { background-color: #3BCDFB; }
a { background-color: rgb(59,205,251); }
div.DivClassName
{
background-color: #3BCDFB;
}
.BgClassName
{
background-color: #3BCDFB;
}
</style>
border-color css
<style>
span { border-color: #3BCDFB; }
span { border-color: rgb(59,205,251); }
td.TdClassName
{
border-color: #3BCDFB;
}
.TagClassName
{
border-color: #3BCDFB;
}
</style>