Shades of Summer Sky #3FBAEA
Tints of Summer Sky #3FBAEA
RGB
CMYK
RGB Variations
Color information
#3FBAEA (or 0x3FBAEA) is known color: Summer Sky. HEX triplet: 3F, BA and EA. RGB value is (63,186,234). Sum of RGB (Red+Green+Blue) = 63+186+234=483 (63% of max value = 765). Red value is 63 (25% from 255 or 13.04% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #3FBAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FBAEA is #C04515. Grayscale: #9A9A9A. Windows color (decimal): -12600598 or 15383103. OLE color: 15383103.
HSL color Cylindrical-coordinate representation of color #3FBAEA: hue angle of 196.84º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FBAEA is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 186 | 234 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.08 |
| HSL | 196.84º | 0.8% | 0.58% | - |
| HSV(B) | 196.84º | 0.73% | 0.92% | - |
| XYZ | 34.46 | 42.12 | 84.15 | - |
| YUV | 154.7 | 172.75 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 234 | 0.73 | 0.21 | 0 | 0.08 | 196.84 | 0.8 | 0.58 |
| Hex | 3F | BA | EA | 49 | 15 | 0 | 8 | C5 | 50 | 3A |
| Octal | 77 | 272 | 352 | 111 | 25 | 0 | 10 | 305 | 120 | 72 |
| Binary | 111111 | 10111010 | 11101010 | 1001001 | 10101 | 0 | 1000 | 11000101 | 1010000 | 111010 |
Color Harmonies of #3FBAEA
Complementary color
Monochromatic Colors of #3FBAEA
Black with #3FBAEA
Text Example
Text Example
White with #3FBAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBAEA; }
p { color: rgb(63,186,234); }
H1.HeaderClassName
{
color: #3FBAEA;
}
.AnyTagClassName
{
color: #3FBAEA;
}
</style>
background-color css
<style>
a { background-color: #3FBAEA; }
a { background-color: rgb(63,186,234); }
div.DivClassName
{
background-color: #3FBAEA;
}
.BgClassName
{
background-color: #3FBAEA;
}
</style>
border-color css
<style>
span { border-color: #3FBAEA; }
span { border-color: rgb(63,186,234); }
td.TdClassName
{
border-color: #3FBAEA;
}
.TagClassName
{
border-color: #3FBAEA;
}
</style>