Shades of Summer Sky #3FBCD3
Tints of Summer Sky #3FBCD3
RGB
CMYK
RGB Variations
Color information
#3FBCD3 (or 0x3FBCD3) is known color: Summer Sky. HEX triplet: 3F, BC and D3. RGB value is (63,188,211). Sum of RGB (Red+Green+Blue) = 63+188+211=462 (61% of max value = 765). Red value is 63 (25% from 255 or 13.64% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 211 - color contains mainly: blue. Hex color #3FBCD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBCD3 is #C0432C. Grayscale: #999999. Windows color (decimal): -12600109 or 13876287. OLE color: 13876287.
HSL color Cylindrical-coordinate representation of color #3FBCD3: hue angle of 189.32º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FBCD3 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 63 | 188 | 211 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.17 |
| HSL | 189.32º | 0.63% | 0.54% | - |
| HSV(B) | 189.32º | 0.7% | 0.83% | - |
| XYZ | 31.79 | 41.73 | 68.01 | - |
| YUV | 153.25 | 160.59 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 211 | 0.70 | 0.11 | 0 | 0.17 | 189.32 | 0.63 | 0.54 |
| Hex | 3F | BC | D3 | 46 | B | 0 | 11 | BD | 3F | 36 |
| Octal | 77 | 274 | 323 | 106 | 13 | 0 | 21 | 275 | 77 | 66 |
| Binary | 111111 | 10111100 | 11010011 | 1000110 | 1011 | 0 | 10001 | 10111101 | 111111 | 110110 |
Color Harmonies of #3FBCD3
Complementary color
Monochromatic Colors of #3FBCD3
Black with #3FBCD3
Text Example
Text Example
White with #3FBCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBCD3; }
p { color: rgb(63,188,211); }
H1.HeaderClassName
{
color: #3FBCD3;
}
.AnyTagClassName
{
color: #3FBCD3;
}
</style>
background-color css
<style>
a { background-color: #3FBCD3; }
a { background-color: rgb(63,188,211); }
div.DivClassName
{
background-color: #3FBCD3;
}
.BgClassName
{
background-color: #3FBCD3;
}
</style>
border-color css
<style>
span { border-color: #3FBCD3; }
span { border-color: rgb(63,188,211); }
td.TdClassName
{
border-color: #3FBCD3;
}
.TagClassName
{
border-color: #3FBCD3;
}
</style>