Shades of Summer Sky #3FCFF3
Tints of Summer Sky #3FCFF3
RGB
CMYK
RGB Variations
Color information
#3FCFF3 (or 0x3FCFF3) is known color: Summer Sky. HEX triplet: 3F, CF and F3. RGB value is (63,207,243). Sum of RGB (Red+Green+Blue) = 63+207+243=513 (67% of max value = 765). Red value is 63 (25% from 255 or 12.28% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 243 (95.31% from 255 or 47.37% from 513); Max value from RGB is 243 - color contains mainly: blue. Hex color #3FCFF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCFF3 is #C0300C. Grayscale: #A7A7A7. Windows color (decimal): -12595213 or 15978303. OLE color: 15978303.
HSL color Cylindrical-coordinate representation of color #3FCFF3: hue angle of 192º degrees, saturation: 0.88, 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 #3FCFF3 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 207 | 243 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.05 |
| HSL | 192º | 0.88% | 0.6% | - |
| HSV(B) | 192º | 0.74% | 0.95% | - |
| XYZ | 40.54 | 52.15 | 92.72 | - |
| YUV | 168.05 | 170.29 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 243 | 0.74 | 0.15 | 0 | 0.05 | 192 | 0.88 | 0.6 |
| Hex | 3F | CF | F3 | 4A | F | 0 | 5 | C0 | 58 | 3C |
| Octal | 77 | 317 | 363 | 112 | 17 | 0 | 5 | 300 | 130 | 74 |
| Binary | 111111 | 11001111 | 11110011 | 1001010 | 1111 | 0 | 101 | 11000000 | 1011000 | 111100 |
Color Harmonies of #3FCFF3
Complementary color
Monochromatic Colors of #3FCFF3
Black with #3FCFF3
Text Example
Text Example
White with #3FCFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFF3; }
p { color: rgb(63,207,243); }
H1.HeaderClassName
{
color: #3FCFF3;
}
.AnyTagClassName
{
color: #3FCFF3;
}
</style>
background-color css
<style>
a { background-color: #3FCFF3; }
a { background-color: rgb(63,207,243); }
div.DivClassName
{
background-color: #3FCFF3;
}
.BgClassName
{
background-color: #3FCFF3;
}
</style>
border-color css
<style>
span { border-color: #3FCFF3; }
span { border-color: rgb(63,207,243); }
td.TdClassName
{
border-color: #3FCFF3;
}
.TagClassName
{
border-color: #3FCFF3;
}
</style>