Shades of Summer Sky #3FBCDA
Tints of Summer Sky #3FBCDA
RGB
CMYK
RGB Variations
Color information
#3FBCDA (or 0x3FBCDA) is known color: Summer Sky. HEX triplet: 3F, BC and DA. RGB value is (63,188,218). Sum of RGB (Red+Green+Blue) = 63+188+218=469 (62% of max value = 765). Red value is 63 (25% from 255 or 13.43% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #3FBCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBCDA is #C04325. Grayscale: #999999. Windows color (decimal): -12600102 or 14335039. OLE color: 14335039.
HSL color Cylindrical-coordinate representation of color #3FBCDA: hue angle of 191.61º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FBCDA is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 188 | 218 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.15 |
| HSL | 191.61º | 0.68% | 0.55% | - |
| HSV(B) | 191.61º | 0.71% | 0.85% | - |
| XYZ | 32.69 | 42.09 | 72.73 | - |
| YUV | 154.05 | 164.09 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 218 | 0.71 | 0.14 | 0 | 0.15 | 191.61 | 0.68 | 0.55 |
| Hex | 3F | BC | DA | 47 | E | 0 | F | C0 | 44 | 37 |
| Octal | 77 | 274 | 332 | 107 | 16 | 0 | 17 | 300 | 104 | 67 |
| Binary | 111111 | 10111100 | 11011010 | 1000111 | 1110 | 0 | 1111 | 11000000 | 1000100 | 110111 |
Color Harmonies of #3FBCDA
Complementary color
Monochromatic Colors of #3FBCDA
Black with #3FBCDA
Text Example
Text Example
White with #3FBCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBCDA; }
p { color: rgb(63,188,218); }
H1.HeaderClassName
{
color: #3FBCDA;
}
.AnyTagClassName
{
color: #3FBCDA;
}
</style>
background-color css
<style>
a { background-color: #3FBCDA; }
a { background-color: rgb(63,188,218); }
div.DivClassName
{
background-color: #3FBCDA;
}
.BgClassName
{
background-color: #3FBCDA;
}
</style>
border-color css
<style>
span { border-color: #3FBCDA; }
span { border-color: rgb(63,188,218); }
td.TdClassName
{
border-color: #3FBCDA;
}
.TagClassName
{
border-color: #3FBCDA;
}
</style>