Shades of Summer Sky #3FCFF1
Tints of Summer Sky #3FCFF1
RGB
CMYK
RGB Variations
Color information
#3FCFF1 (or 0x3FCFF1) is known color: Summer Sky. HEX triplet: 3F, CF and F1. RGB value is (63,207,241). Sum of RGB (Red+Green+Blue) = 63+207+241=511 (67% of max value = 765). Red value is 63 (25% from 255 or 12.33% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FCFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCFF1 is #C0300E. Grayscale: #A7A7A7. Windows color (decimal): -12595215 or 15847231. OLE color: 15847231.
HSL color Cylindrical-coordinate representation of color #3FCFF1: hue angle of 191.46º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FCFF1 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 207 | 241 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.05 |
| HSL | 191.46º | 0.86% | 0.6% | - |
| HSV(B) | 191.46º | 0.74% | 0.95% | - |
| XYZ | 40.24 | 52.03 | 91.14 | - |
| YUV | 167.82 | 169.29 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 241 | 0.74 | 0.14 | 0 | 0.05 | 191.46 | 0.86 | 0.6 |
| Hex | 3F | CF | F1 | 4A | E | 0 | 5 | BF | 56 | 3C |
| Octal | 77 | 317 | 361 | 112 | 16 | 0 | 5 | 277 | 126 | 74 |
| Binary | 111111 | 11001111 | 11110001 | 1001010 | 1110 | 0 | 101 | 10111111 | 1010110 | 111100 |
Color Harmonies of #3FCFF1
Complementary color
Monochromatic Colors of #3FCFF1
Black with #3FCFF1
Text Example
Text Example
White with #3FCFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFF1; }
p { color: rgb(63,207,241); }
H1.HeaderClassName
{
color: #3FCFF1;
}
.AnyTagClassName
{
color: #3FCFF1;
}
</style>
background-color css
<style>
a { background-color: #3FCFF1; }
a { background-color: rgb(63,207,241); }
div.DivClassName
{
background-color: #3FCFF1;
}
.BgClassName
{
background-color: #3FCFF1;
}
</style>
border-color css
<style>
span { border-color: #3FCFF1; }
span { border-color: rgb(63,207,241); }
td.TdClassName
{
border-color: #3FCFF1;
}
.TagClassName
{
border-color: #3FCFF1;
}
</style>