Shades of Summer Sky #3FBCEC
Tints of Summer Sky #3FBCEC
RGB
CMYK
RGB Variations
Color information
#3FBCEC (or 0x3FBCEC) is known color: Summer Sky. HEX triplet: 3F, BC and EC. RGB value is (63,188,236). Sum of RGB (Red+Green+Blue) = 63+188+236=487 (64% of max value = 765). Red value is 63 (25% from 255 or 12.94% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #3FBCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FBCEC is #C04313. Grayscale: #9B9B9B. Windows color (decimal): -12600084 or 15514687. OLE color: 15514687.
HSL color Cylindrical-coordinate representation of color #3FBCEC: hue angle of 196.65º 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 #3FBCEC is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 188 | 236 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.07 |
| HSL | 196.65º | 0.82% | 0.59% | - |
| HSV(B) | 196.65º | 0.73% | 0.93% | - |
| XYZ | 35.17 | 43.08 | 85.82 | - |
| YUV | 156.1 | 173.09 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 236 | 0.73 | 0.20 | 0 | 0.07 | 196.65 | 0.82 | 0.59 |
| Hex | 3F | BC | EC | 49 | 14 | 0 | 7 | C5 | 52 | 3B |
| Octal | 77 | 274 | 354 | 111 | 24 | 0 | 7 | 305 | 122 | 73 |
| Binary | 111111 | 10111100 | 11101100 | 1001001 | 10100 | 0 | 111 | 11000101 | 1010010 | 111011 |
Color Harmonies of #3FBCEC
Complementary color
Monochromatic Colors of #3FBCEC
Black with #3FBCEC
Text Example
Text Example
White with #3FBCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBCEC; }
p { color: rgb(63,188,236); }
H1.HeaderClassName
{
color: #3FBCEC;
}
.AnyTagClassName
{
color: #3FBCEC;
}
</style>
background-color css
<style>
a { background-color: #3FBCEC; }
a { background-color: rgb(63,188,236); }
div.DivClassName
{
background-color: #3FBCEC;
}
.BgClassName
{
background-color: #3FBCEC;
}
</style>
border-color css
<style>
span { border-color: #3FBCEC; }
span { border-color: rgb(63,188,236); }
td.TdClassName
{
border-color: #3FBCEC;
}
.TagClassName
{
border-color: #3FBCEC;
}
</style>