Shades of Summer Sky #3FCAEA
Tints of Summer Sky #3FCAEA
RGB
CMYK
RGB Variations
Color information
#3FCAEA (or 0x3FCAEA) is known color: Summer Sky. HEX triplet: 3F, CA and EA. RGB value is (63,202,234). Sum of RGB (Red+Green+Blue) = 63+202+234=499 (66% of max value = 765). Red value is 63 (25% from 255 or 12.63% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #3FCAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCAEA is #C03515. Grayscale: #A3A3A3. Windows color (decimal): -12596502 or 15387199. OLE color: 15387199.
HSL color Cylindrical-coordinate representation of color #3FCAEA: hue angle of 191.23º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FCAEA is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 202 | 234 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.08 |
| HSL | 191.23º | 0.8% | 0.58% | - |
| HSV(B) | 191.23º | 0.73% | 0.92% | - |
| XYZ | 38.02 | 49.24 | 85.34 | - |
| YUV | 164.09 | 167.45 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 234 | 0.73 | 0.14 | 0 | 0.08 | 191.23 | 0.8 | 0.58 |
| Hex | 3F | CA | EA | 49 | E | 0 | 8 | BF | 50 | 3A |
| Octal | 77 | 312 | 352 | 111 | 16 | 0 | 10 | 277 | 120 | 72 |
| Binary | 111111 | 11001010 | 11101010 | 1001001 | 1110 | 0 | 1000 | 10111111 | 1010000 | 111010 |
Color Harmonies of #3FCAEA
Complementary color
Monochromatic Colors of #3FCAEA
Black with #3FCAEA
Text Example
Text Example
White with #3FCAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCAEA; }
p { color: rgb(63,202,234); }
H1.HeaderClassName
{
color: #3FCAEA;
}
.AnyTagClassName
{
color: #3FCAEA;
}
</style>
background-color css
<style>
a { background-color: #3FCAEA; }
a { background-color: rgb(63,202,234); }
div.DivClassName
{
background-color: #3FCAEA;
}
.BgClassName
{
background-color: #3FCAEA;
}
</style>
border-color css
<style>
span { border-color: #3FCAEA; }
span { border-color: rgb(63,202,234); }
td.TdClassName
{
border-color: #3FCAEA;
}
.TagClassName
{
border-color: #3FCAEA;
}
</style>