Shades of Summer Sky #3FC5DF
Tints of Summer Sky #3FC5DF
RGB
CMYK
RGB Variations
Color information
#3FC5DF (or 0x3FC5DF) is known color: Summer Sky. HEX triplet: 3F, C5 and DF. RGB value is (63,197,223). Sum of RGB (Red+Green+Blue) = 63+197+223=483 (63% of max value = 765). Red value is 63 (25% from 255 or 13.04% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #3FC5DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC5DF is #C03A20. Grayscale: #9F9F9F. Windows color (decimal): -12597793 or 14665023. OLE color: 14665023.
HSL color Cylindrical-coordinate representation of color #3FC5DF: hue angle of 189.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FC5DF is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 197 | 223 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.13 |
| HSL | 189.75º | 0.71% | 0.56% | - |
| HSV(B) | 189.75º | 0.72% | 0.87% | - |
| XYZ | 35.34 | 46.32 | 76.89 | - |
| YUV | 159.9 | 163.61 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 197 | 223 | 0.72 | 0.12 | 0 | 0.13 | 189.75 | 0.71 | 0.56 |
| Hex | 3F | C5 | DF | 48 | C | 0 | D | BE | 47 | 38 |
| Octal | 77 | 305 | 337 | 110 | 14 | 0 | 15 | 276 | 107 | 70 |
| Binary | 111111 | 11000101 | 11011111 | 1001000 | 1100 | 0 | 1101 | 10111110 | 1000111 | 111000 |
Color Harmonies of #3FC5DF
Complementary color
Monochromatic Colors of #3FC5DF
Black with #3FC5DF
Text Example
Text Example
White with #3FC5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC5DF; }
p { color: rgb(63,197,223); }
H1.HeaderClassName
{
color: #3FC5DF;
}
.AnyTagClassName
{
color: #3FC5DF;
}
</style>
background-color css
<style>
a { background-color: #3FC5DF; }
a { background-color: rgb(63,197,223); }
div.DivClassName
{
background-color: #3FC5DF;
}
.BgClassName
{
background-color: #3FC5DF;
}
</style>
border-color css
<style>
span { border-color: #3FC5DF; }
span { border-color: rgb(63,197,223); }
td.TdClassName
{
border-color: #3FC5DF;
}
.TagClassName
{
border-color: #3FC5DF;
}
</style>