Shades of Summer Sky #3FBED7
Tints of Summer Sky #3FBED7
RGB
CMYK
RGB Variations
Color information
#3FBED7 (or 0x3FBED7) is known color: Summer Sky. HEX triplet: 3F, BE and D7. RGB value is (63,190,215). Sum of RGB (Red+Green+Blue) = 63+190+215=468 (61% of max value = 765). Red value is 63 (25% from 255 or 13.46% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 215 - color contains mainly: blue. Hex color #3FBED7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBED7 is #C04128. Grayscale: #9A9A9A. Windows color (decimal): -12599593 or 14138943. OLE color: 14138943.
HSL color Cylindrical-coordinate representation of color #3FBED7: hue angle of 189.87º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FBED7 is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 190 | 215 | - |
| CMYK | 0.71 | 0.12 | 0 | 0.16 |
| HSL | 189.87º | 0.66% | 0.55% | - |
| HSV(B) | 189.87º | 0.71% | 0.84% | - |
| XYZ | 32.73 | 42.79 | 70.82 | - |
| YUV | 154.88 | 161.92 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 215 | 0.71 | 0.12 | 0 | 0.16 | 189.87 | 0.66 | 0.55 |
| Hex | 3F | BE | D7 | 47 | C | 0 | 10 | BE | 42 | 37 |
| Octal | 77 | 276 | 327 | 107 | 14 | 0 | 20 | 276 | 102 | 67 |
| Binary | 111111 | 10111110 | 11010111 | 1000111 | 1100 | 0 | 10000 | 10111110 | 1000010 | 110111 |
Color Harmonies of #3FBED7
Complementary color
Monochromatic Colors of #3FBED7
Black with #3FBED7
Text Example
Text Example
White with #3FBED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBED7; }
p { color: rgb(63,190,215); }
H1.HeaderClassName
{
color: #3FBED7;
}
.AnyTagClassName
{
color: #3FBED7;
}
</style>
background-color css
<style>
a { background-color: #3FBED7; }
a { background-color: rgb(63,190,215); }
div.DivClassName
{
background-color: #3FBED7;
}
.BgClassName
{
background-color: #3FBED7;
}
</style>
border-color css
<style>
span { border-color: #3FBED7; }
span { border-color: rgb(63,190,215); }
td.TdClassName
{
border-color: #3FBED7;
}
.TagClassName
{
border-color: #3FBED7;
}
</style>