Shades of Summer Sky #3FCFEC
Tints of Summer Sky #3FCFEC
RGB
CMYK
RGB Variations
Color information
#3FCFEC (or 0x3FCFEC) is known color: Summer Sky. HEX triplet: 3F, CF and EC. RGB value is (63,207,236). Sum of RGB (Red+Green+Blue) = 63+207+236=506 (67% of max value = 765). Red value is 63 (25% from 255 or 12.45% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #3FCFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCFEC is #C03013. Grayscale: #A6A6A6. Windows color (decimal): -12595220 or 15519551. OLE color: 15519551.
HSL color Cylindrical-coordinate representation of color #3FCFEC: hue angle of 190.06º 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 #3FCFEC is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 207 | 236 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.07 |
| HSL | 190.06º | 0.82% | 0.59% | - |
| HSV(B) | 190.06º | 0.73% | 0.93% | - |
| XYZ | 39.5 | 51.74 | 87.26 | - |
| YUV | 167.25 | 166.79 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 236 | 0.73 | 0.12 | 0 | 0.07 | 190.06 | 0.82 | 0.59 |
| Hex | 3F | CF | EC | 49 | C | 0 | 7 | BE | 52 | 3B |
| Octal | 77 | 317 | 354 | 111 | 14 | 0 | 7 | 276 | 122 | 73 |
| Binary | 111111 | 11001111 | 11101100 | 1001001 | 1100 | 0 | 111 | 10111110 | 1010010 | 111011 |
Color Harmonies of #3FCFEC
Complementary color
Monochromatic Colors of #3FCFEC
Black with #3FCFEC
Text Example
Text Example
White with #3FCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFEC; }
p { color: rgb(63,207,236); }
H1.HeaderClassName
{
color: #3FCFEC;
}
.AnyTagClassName
{
color: #3FCFEC;
}
</style>
background-color css
<style>
a { background-color: #3FCFEC; }
a { background-color: rgb(63,207,236); }
div.DivClassName
{
background-color: #3FCFEC;
}
.BgClassName
{
background-color: #3FCFEC;
}
</style>
border-color css
<style>
span { border-color: #3FCFEC; }
span { border-color: rgb(63,207,236); }
td.TdClassName
{
border-color: #3FCFEC;
}
.TagClassName
{
border-color: #3FCFEC;
}
</style>