Shades of Summer Sky #3FCAEC
Tints of Summer Sky #3FCAEC
RGB
CMYK
RGB Variations
Color information
#3FCAEC (or 0x3FCAEC) is known color: Summer Sky. HEX triplet: 3F, CA and EC. RGB value is (63,202,236). Sum of RGB (Red+Green+Blue) = 63+202+236=501 (66% of max value = 765). Red value is 63 (25% from 255 or 12.57% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #3FCAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCAEC is #C03513. Grayscale: #A4A4A4. Windows color (decimal): -12596500 or 15518271. OLE color: 15518271.
HSL color Cylindrical-coordinate representation of color #3FCAEC: hue angle of 191.79º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FCAEC is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 202 | 236 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.07 |
| HSL | 191.79º | 0.82% | 0.59% | - |
| HSV(B) | 191.79º | 0.73% | 0.93% | - |
| XYZ | 38.31 | 49.35 | 86.86 | - |
| YUV | 164.32 | 168.45 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 236 | 0.73 | 0.14 | 0 | 0.07 | 191.79 | 0.82 | 0.59 |
| Hex | 3F | CA | EC | 49 | E | 0 | 7 | C0 | 52 | 3B |
| Octal | 77 | 312 | 354 | 111 | 16 | 0 | 7 | 300 | 122 | 73 |
| Binary | 111111 | 11001010 | 11101100 | 1001001 | 1110 | 0 | 111 | 11000000 | 1010010 | 111011 |
Color Harmonies of #3FCAEC
Complementary color
Monochromatic Colors of #3FCAEC
Black with #3FCAEC
Text Example
Text Example
White with #3FCAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCAEC; }
p { color: rgb(63,202,236); }
H1.HeaderClassName
{
color: #3FCAEC;
}
.AnyTagClassName
{
color: #3FCAEC;
}
</style>
background-color css
<style>
a { background-color: #3FCAEC; }
a { background-color: rgb(63,202,236); }
div.DivClassName
{
background-color: #3FCAEC;
}
.BgClassName
{
background-color: #3FCAEC;
}
</style>
border-color css
<style>
span { border-color: #3FCAEC; }
span { border-color: rgb(63,202,236); }
td.TdClassName
{
border-color: #3FCAEC;
}
.TagClassName
{
border-color: #3FCAEC;
}
</style>