Shades of Summer Sky #3FCAED
Tints of Summer Sky #3FCAED
RGB
CMYK
RGB Variations
Color information
#3FCAED (or 0x3FCAED) is known color: Summer Sky. HEX triplet: 3F, CA and ED. RGB value is (63,202,237). Sum of RGB (Red+Green+Blue) = 63+202+237=502 (66% of max value = 765). Red value is 63 (25% from 255 or 12.55% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #3FCAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCAED is #C03512. Grayscale: #A4A4A4. Windows color (decimal): -12596499 or 15583807. OLE color: 15583807.
HSL color Cylindrical-coordinate representation of color #3FCAED: hue angle of 192.07º 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 #3FCAED is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 202 | 237 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.07 |
| HSL | 192.07º | 0.83% | 0.59% | - |
| HSV(B) | 192.07º | 0.73% | 0.93% | - |
| XYZ | 38.46 | 49.41 | 87.63 | - |
| YUV | 164.43 | 168.95 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 237 | 0.73 | 0.15 | 0 | 0.07 | 192.07 | 0.83 | 0.59 |
| Hex | 3F | CA | ED | 49 | F | 0 | 7 | C0 | 53 | 3B |
| Octal | 77 | 312 | 355 | 111 | 17 | 0 | 7 | 300 | 123 | 73 |
| Binary | 111111 | 11001010 | 11101101 | 1001001 | 1111 | 0 | 111 | 11000000 | 1010011 | 111011 |
Color Harmonies of #3FCAED
Complementary color
Monochromatic Colors of #3FCAED
Black with #3FCAED
Text Example
Text Example
White with #3FCAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCAED; }
p { color: rgb(63,202,237); }
H1.HeaderClassName
{
color: #3FCAED;
}
.AnyTagClassName
{
color: #3FCAED;
}
</style>
background-color css
<style>
a { background-color: #3FCAED; }
a { background-color: rgb(63,202,237); }
div.DivClassName
{
background-color: #3FCAED;
}
.BgClassName
{
background-color: #3FCAED;
}
</style>
border-color css
<style>
span { border-color: #3FCAED; }
span { border-color: rgb(63,202,237); }
td.TdClassName
{
border-color: #3FCAED;
}
.TagClassName
{
border-color: #3FCAED;
}
</style>