Shades of Summer Sky #3FB2EC
Tints of Summer Sky #3FB2EC
RGB
CMYK
RGB Variations
Color information
#3FB2EC (or 0x3FB2EC) is known color: Summer Sky. HEX triplet: 3F, B2 and EC. RGB value is (63,178,236). Sum of RGB (Red+Green+Blue) = 63+178+236=477 (63% of max value = 765). Red value is 63 (25% from 255 or 13.21% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #3FB2EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FB2EC is #C04D13. Grayscale: #959595. Windows color (decimal): -12602644 or 15512127. OLE color: 15512127.
HSL color Cylindrical-coordinate representation of color #3FB2EC: hue angle of 200.12º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FB2EC is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 178 | 236 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.07 |
| HSL | 200.12º | 0.82% | 0.59% | - |
| HSV(B) | 200.12º | 0.73% | 0.93% | - |
| XYZ | 33.11 | 38.95 | 85.13 | - |
| YUV | 150.23 | 176.4 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 178 | 236 | 0.73 | 0.25 | 0 | 0.07 | 200.12 | 0.82 | 0.59 |
| Hex | 3F | B2 | EC | 49 | 19 | 0 | 7 | C8 | 52 | 3B |
| Octal | 77 | 262 | 354 | 111 | 31 | 0 | 7 | 310 | 122 | 73 |
| Binary | 111111 | 10110010 | 11101100 | 1001001 | 11001 | 0 | 111 | 11001000 | 1010010 | 111011 |
Color Harmonies of #3FB2EC
Complementary color
Monochromatic Colors of #3FB2EC
Black with #3FB2EC
Text Example
Text Example
White with #3FB2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB2EC; }
p { color: rgb(63,178,236); }
H1.HeaderClassName
{
color: #3FB2EC;
}
.AnyTagClassName
{
color: #3FB2EC;
}
</style>
background-color css
<style>
a { background-color: #3FB2EC; }
a { background-color: rgb(63,178,236); }
div.DivClassName
{
background-color: #3FB2EC;
}
.BgClassName
{
background-color: #3FB2EC;
}
</style>
border-color css
<style>
span { border-color: #3FB2EC; }
span { border-color: rgb(63,178,236); }
td.TdClassName
{
border-color: #3FB2EC;
}
.TagClassName
{
border-color: #3FB2EC;
}
</style>