Shades of Summer Sky #3FCAE8
Tints of Summer Sky #3FCAE8
RGB
CMYK
RGB Variations
Color information
#3FCAE8 (or 0x3FCAE8) is known color: Summer Sky. HEX triplet: 3F, CA and E8. RGB value is (63,202,232). Sum of RGB (Red+Green+Blue) = 63+202+232=497 (65% of max value = 765). Red value is 63 (25% from 255 or 12.68% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #3FCAE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCAE8 is #C03517. Grayscale: #A3A3A3. Windows color (decimal): -12596504 or 15256127. OLE color: 15256127.
HSL color Cylindrical-coordinate representation of color #3FCAE8: hue angle of 190.65º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FCAE8 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 202 | 232 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.09 |
| HSL | 190.65º | 0.79% | 0.58% | - |
| HSV(B) | 190.65º | 0.73% | 0.91% | - |
| XYZ | 37.74 | 49.12 | 83.84 | - |
| YUV | 163.86 | 166.45 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 232 | 0.73 | 0.13 | 0 | 0.09 | 190.65 | 0.79 | 0.58 |
| Hex | 3F | CA | E8 | 49 | D | 0 | 9 | BF | 4F | 3A |
| Octal | 77 | 312 | 350 | 111 | 15 | 0 | 11 | 277 | 117 | 72 |
| Binary | 111111 | 11001010 | 11101000 | 1001001 | 1101 | 0 | 1001 | 10111111 | 1001111 | 111010 |
Color Harmonies of #3FCAE8
Complementary color
Monochromatic Colors of #3FCAE8
Black with #3FCAE8
Text Example
Text Example
White with #3FCAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCAE8; }
p { color: rgb(63,202,232); }
H1.HeaderClassName
{
color: #3FCAE8;
}
.AnyTagClassName
{
color: #3FCAE8;
}
</style>
background-color css
<style>
a { background-color: #3FCAE8; }
a { background-color: rgb(63,202,232); }
div.DivClassName
{
background-color: #3FCAE8;
}
.BgClassName
{
background-color: #3FCAE8;
}
</style>
border-color css
<style>
span { border-color: #3FCAE8; }
span { border-color: rgb(63,202,232); }
td.TdClassName
{
border-color: #3FCAE8;
}
.TagClassName
{
border-color: #3FCAE8;
}
</style>