Shades of Summer Sky #3FBEEC
Tints of Summer Sky #3FBEEC
RGB
CMYK
RGB Variations
Color information
#3FBEEC (or 0x3FBEEC) is known color: Summer Sky. HEX triplet: 3F, BE and EC. RGB value is (63,190,236). Sum of RGB (Red+Green+Blue) = 63+190+236=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #3FBEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FBEEC is #C04113. Grayscale: #9C9C9C. Windows color (decimal): -12599572 or 15515199. OLE color: 15515199.
HSL color Cylindrical-coordinate representation of color #3FBEEC: hue angle of 195.95º 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 #3FBEEC is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 190 | 236 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.07 |
| HSL | 195.95º | 0.82% | 0.59% | - |
| HSV(B) | 195.95º | 0.73% | 0.93% | - |
| XYZ | 35.6 | 43.94 | 85.96 | - |
| YUV | 157.27 | 172.42 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 236 | 0.73 | 0.19 | 0 | 0.07 | 195.95 | 0.82 | 0.59 |
| Hex | 3F | BE | EC | 49 | 13 | 0 | 7 | C4 | 52 | 3B |
| Octal | 77 | 276 | 354 | 111 | 23 | 0 | 7 | 304 | 122 | 73 |
| Binary | 111111 | 10111110 | 11101100 | 1001001 | 10011 | 0 | 111 | 11000100 | 1010010 | 111011 |
Color Harmonies of #3FBEEC
Complementary color
Monochromatic Colors of #3FBEEC
Black with #3FBEEC
Text Example
Text Example
White with #3FBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBEEC; }
p { color: rgb(63,190,236); }
H1.HeaderClassName
{
color: #3FBEEC;
}
.AnyTagClassName
{
color: #3FBEEC;
}
</style>
background-color css
<style>
a { background-color: #3FBEEC; }
a { background-color: rgb(63,190,236); }
div.DivClassName
{
background-color: #3FBEEC;
}
.BgClassName
{
background-color: #3FBEEC;
}
</style>
border-color css
<style>
span { border-color: #3FBEEC; }
span { border-color: rgb(63,190,236); }
td.TdClassName
{
border-color: #3FBEEC;
}
.TagClassName
{
border-color: #3FBEEC;
}
</style>