Shades of Summer Sky #3FBEDB
Tints of Summer Sky #3FBEDB
RGB
CMYK
RGB Variations
Color information
#3FBEDB (or 0x3FBEDB) is known color: Summer Sky. HEX triplet: 3F, BE and DB. RGB value is (63,190,219). Sum of RGB (Red+Green+Blue) = 63+190+219=472 (62% of max value = 765). Red value is 63 (25% from 255 or 13.35% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FBEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBEDB is #C04124. Grayscale: #9B9B9B. Windows color (decimal): -12599589 or 14401087. OLE color: 14401087.
HSL color Cylindrical-coordinate representation of color #3FBEDB: hue angle of 191.15º 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 #3FBEDB is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 190 | 219 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.14 |
| HSL | 191.15º | 0.68% | 0.55% | - |
| HSV(B) | 191.15º | 0.71% | 0.86% | - |
| XYZ | 33.25 | 43 | 73.56 | - |
| YUV | 155.33 | 163.92 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 219 | 0.71 | 0.13 | 0 | 0.14 | 191.15 | 0.68 | 0.55 |
| Hex | 3F | BE | DB | 47 | D | 0 | E | BF | 44 | 37 |
| Octal | 77 | 276 | 333 | 107 | 15 | 0 | 16 | 277 | 104 | 67 |
| Binary | 111111 | 10111110 | 11011011 | 1000111 | 1101 | 0 | 1110 | 10111111 | 1000100 | 110111 |
Color Harmonies of #3FBEDB
Complementary color
Monochromatic Colors of #3FBEDB
Black with #3FBEDB
Text Example
Text Example
White with #3FBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBEDB; }
p { color: rgb(63,190,219); }
H1.HeaderClassName
{
color: #3FBEDB;
}
.AnyTagClassName
{
color: #3FBEDB;
}
</style>
background-color css
<style>
a { background-color: #3FBEDB; }
a { background-color: rgb(63,190,219); }
div.DivClassName
{
background-color: #3FBEDB;
}
.BgClassName
{
background-color: #3FBEDB;
}
</style>
border-color css
<style>
span { border-color: #3FBEDB; }
span { border-color: rgb(63,190,219); }
td.TdClassName
{
border-color: #3FBEDB;
}
.TagClassName
{
border-color: #3FBEDB;
}
</style>