Shades of Summer Sky #3FCFEB
Tints of Summer Sky #3FCFEB
RGB
CMYK
RGB Variations
Color information
#3FCFEB (or 0x3FCFEB) is known color: Summer Sky. HEX triplet: 3F, CF and EB. RGB value is (63,207,235). Sum of RGB (Red+Green+Blue) = 63+207+235=505 (66% of max value = 765). Red value is 63 (25% from 255 or 12.48% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #3FCFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCFEB is #C03014. Grayscale: #A6A6A6. Windows color (decimal): -12595221 or 15454015. OLE color: 15454015.
HSL color Cylindrical-coordinate representation of color #3FCFEB: hue angle of 189.77º degrees, saturation: 0.81, 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 #3FCFEB is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 207 | 235 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.08 |
| HSL | 189.77º | 0.81% | 0.58% | - |
| HSV(B) | 189.77º | 0.73% | 0.92% | - |
| XYZ | 39.36 | 51.68 | 86.5 | - |
| YUV | 167.14 | 166.29 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 235 | 0.73 | 0.12 | 0 | 0.08 | 189.77 | 0.81 | 0.58 |
| Hex | 3F | CF | EB | 49 | C | 0 | 8 | BE | 51 | 3A |
| Octal | 77 | 317 | 353 | 111 | 14 | 0 | 10 | 276 | 121 | 72 |
| Binary | 111111 | 11001111 | 11101011 | 1001001 | 1100 | 0 | 1000 | 10111110 | 1010001 | 111010 |
Color Harmonies of #3FCFEB
Complementary color
Monochromatic Colors of #3FCFEB
Black with #3FCFEB
Text Example
Text Example
White with #3FCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFEB; }
p { color: rgb(63,207,235); }
H1.HeaderClassName
{
color: #3FCFEB;
}
.AnyTagClassName
{
color: #3FCFEB;
}
</style>
background-color css
<style>
a { background-color: #3FCFEB; }
a { background-color: rgb(63,207,235); }
div.DivClassName
{
background-color: #3FCFEB;
}
.BgClassName
{
background-color: #3FCFEB;
}
</style>
border-color css
<style>
span { border-color: #3FCFEB; }
span { border-color: rgb(63,207,235); }
td.TdClassName
{
border-color: #3FCFEB;
}
.TagClassName
{
border-color: #3FCFEB;
}
</style>