Shades of Summer Sky #3FB3EC
Tints of Summer Sky #3FB3EC
RGB
CMYK
RGB Variations
Color information
#3FB3EC (or 0x3FB3EC) is known color: Summer Sky. HEX triplet: 3F, B3 and EC. RGB value is (63,179,236). Sum of RGB (Red+Green+Blue) = 63+179+236=478 (63% of max value = 765). Red value is 63 (25% from 255 or 13.18% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #3FB3EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FB3EC is #C04C13. Grayscale: #969696. Windows color (decimal): -12602388 or 15512383. OLE color: 15512383.
HSL color Cylindrical-coordinate representation of color #3FB3EC: hue angle of 199.77º 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 #3FB3EC is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 179 | 236 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.07 |
| HSL | 199.77º | 0.82% | 0.59% | - |
| HSV(B) | 199.77º | 0.73% | 0.93% | - |
| XYZ | 33.31 | 39.35 | 85.2 | - |
| YUV | 150.81 | 176.07 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 179 | 236 | 0.73 | 0.24 | 0 | 0.07 | 199.77 | 0.82 | 0.59 |
| Hex | 3F | B3 | EC | 49 | 18 | 0 | 7 | C8 | 52 | 3B |
| Octal | 77 | 263 | 354 | 111 | 30 | 0 | 7 | 310 | 122 | 73 |
| Binary | 111111 | 10110011 | 11101100 | 1001001 | 11000 | 0 | 111 | 11001000 | 1010010 | 111011 |
Color Harmonies of #3FB3EC
Complementary color
Monochromatic Colors of #3FB3EC
Black with #3FB3EC
Text Example
Text Example
White with #3FB3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB3EC; }
p { color: rgb(63,179,236); }
H1.HeaderClassName
{
color: #3FB3EC;
}
.AnyTagClassName
{
color: #3FB3EC;
}
</style>
background-color css
<style>
a { background-color: #3FB3EC; }
a { background-color: rgb(63,179,236); }
div.DivClassName
{
background-color: #3FB3EC;
}
.BgClassName
{
background-color: #3FB3EC;
}
</style>
border-color css
<style>
span { border-color: #3FB3EC; }
span { border-color: rgb(63,179,236); }
td.TdClassName
{
border-color: #3FB3EC;
}
.TagClassName
{
border-color: #3FB3EC;
}
</style>