Shades of Summer Sky #3FCCED
Tints of Summer Sky #3FCCED
RGB
CMYK
RGB Variations
Color information
#3FCCED (or 0x3FCCED) is known color: Summer Sky. HEX triplet: 3F, CC and ED. RGB value is (63,204,237). Sum of RGB (Red+Green+Blue) = 63+204+237=504 (66% of max value = 765). Red value is 63 (25% from 255 or 12.5% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #3FCCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCCED is #C03312. Grayscale: #A5A5A5. Windows color (decimal): -12595987 or 15584319. OLE color: 15584319.
HSL color Cylindrical-coordinate representation of color #3FCCED: hue angle of 191.38º degrees, saturation: 0.83, 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 #3FCCED is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 204 | 237 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.07 |
| HSL | 191.38º | 0.83% | 0.59% | - |
| HSV(B) | 191.38º | 0.73% | 0.93% | - |
| XYZ | 38.93 | 50.36 | 87.79 | - |
| YUV | 165.6 | 168.29 | 54.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 237 | 0.73 | 0.14 | 0 | 0.07 | 191.38 | 0.83 | 0.59 |
| Hex | 3F | CC | ED | 49 | E | 0 | 7 | BF | 53 | 3B |
| Octal | 77 | 314 | 355 | 111 | 16 | 0 | 7 | 277 | 123 | 73 |
| Binary | 111111 | 11001100 | 11101101 | 1001001 | 1110 | 0 | 111 | 10111111 | 1010011 | 111011 |
Color Harmonies of #3FCCED
Complementary color
Monochromatic Colors of #3FCCED
Black with #3FCCED
Text Example
Text Example
White with #3FCCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCCED; }
p { color: rgb(63,204,237); }
H1.HeaderClassName
{
color: #3FCCED;
}
.AnyTagClassName
{
color: #3FCCED;
}
</style>
background-color css
<style>
a { background-color: #3FCCED; }
a { background-color: rgb(63,204,237); }
div.DivClassName
{
background-color: #3FCCED;
}
.BgClassName
{
background-color: #3FCCED;
}
</style>
border-color css
<style>
span { border-color: #3FCCED; }
span { border-color: rgb(63,204,237); }
td.TdClassName
{
border-color: #3FCCED;
}
.TagClassName
{
border-color: #3FCCED;
}
</style>