Shades of Summer Sky #3FBCDB
Tints of Summer Sky #3FBCDB
RGB
CMYK
RGB Variations
Color information
#3FBCDB (or 0x3FBCDB) is known color: Summer Sky. HEX triplet: 3F, BC and DB. RGB value is (63,188,219). Sum of RGB (Red+Green+Blue) = 63+188+219=470 (62% of max value = 765). Red value is 63 (25% from 255 or 13.40% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FBCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBCDB is #C04324. Grayscale: #999999. Windows color (decimal): -12600101 or 14400575. OLE color: 14400575.
HSL color Cylindrical-coordinate representation of color #3FBCDB: hue angle of 191.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FBCDB is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 188 | 219 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.14 |
| HSL | 191.92º | 0.68% | 0.55% | - |
| HSV(B) | 191.92º | 0.71% | 0.86% | - |
| XYZ | 32.82 | 42.14 | 73.42 | - |
| YUV | 154.16 | 164.59 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 219 | 0.71 | 0.14 | 0 | 0.14 | 191.92 | 0.68 | 0.55 |
| Hex | 3F | BC | DB | 47 | E | 0 | E | C0 | 44 | 37 |
| Octal | 77 | 274 | 333 | 107 | 16 | 0 | 16 | 300 | 104 | 67 |
| Binary | 111111 | 10111100 | 11011011 | 1000111 | 1110 | 0 | 1110 | 11000000 | 1000100 | 110111 |
Color Harmonies of #3FBCDB
Complementary color
Monochromatic Colors of #3FBCDB
Black with #3FBCDB
Text Example
Text Example
White with #3FBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBCDB; }
p { color: rgb(63,188,219); }
H1.HeaderClassName
{
color: #3FBCDB;
}
.AnyTagClassName
{
color: #3FBCDB;
}
</style>
background-color css
<style>
a { background-color: #3FBCDB; }
a { background-color: rgb(63,188,219); }
div.DivClassName
{
background-color: #3FBCDB;
}
.BgClassName
{
background-color: #3FBCDB;
}
</style>
border-color css
<style>
span { border-color: #3FBCDB; }
span { border-color: rgb(63,188,219); }
td.TdClassName
{
border-color: #3FBCDB;
}
.TagClassName
{
border-color: #3FBCDB;
}
</style>