Shades of Summer Sky #3FBCD5
Tints of Summer Sky #3FBCD5
RGB
CMYK
RGB Variations
Color information
#3FBCD5 (or 0x3FBCD5) is known color: Summer Sky. HEX triplet: 3F, BC and D5. RGB value is (63,188,213). Sum of RGB (Red+Green+Blue) = 63+188+213=464 (61% of max value = 765). Red value is 63 (25% from 255 or 13.58% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #3FBCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBCD5 is #C0432A. Grayscale: #999999. Windows color (decimal): -12600107 or 14007359. OLE color: 14007359.
HSL color Cylindrical-coordinate representation of color #3FBCD5: hue angle of 190º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FBCD5 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 188 | 213 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.16 |
| HSL | 190º | 0.64% | 0.54% | - |
| HSV(B) | 190º | 0.7% | 0.84% | - |
| XYZ | 32.04 | 41.83 | 69.34 | - |
| YUV | 153.48 | 161.59 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 213 | 0.70 | 0.12 | 0 | 0.16 | 190 | 0.64 | 0.54 |
| Hex | 3F | BC | D5 | 46 | C | 0 | 10 | BE | 40 | 36 |
| Octal | 77 | 274 | 325 | 106 | 14 | 0 | 20 | 276 | 100 | 66 |
| Binary | 111111 | 10111100 | 11010101 | 1000110 | 1100 | 0 | 10000 | 10111110 | 1000000 | 110110 |
Color Harmonies of #3FBCD5
Complementary color
Monochromatic Colors of #3FBCD5
Black with #3FBCD5
Text Example
Text Example
White with #3FBCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBCD5; }
p { color: rgb(63,188,213); }
H1.HeaderClassName
{
color: #3FBCD5;
}
.AnyTagClassName
{
color: #3FBCD5;
}
</style>
background-color css
<style>
a { background-color: #3FBCD5; }
a { background-color: rgb(63,188,213); }
div.DivClassName
{
background-color: #3FBCD5;
}
.BgClassName
{
background-color: #3FBCD5;
}
</style>
border-color css
<style>
span { border-color: #3FBCD5; }
span { border-color: rgb(63,188,213); }
td.TdClassName
{
border-color: #3FBCD5;
}
.TagClassName
{
border-color: #3FBCD5;
}
</style>