Shades of Summer Sky #3FCAEE
Tints of Summer Sky #3FCAEE
RGB
CMYK
RGB Variations
Color information
#3FCAEE (or 0x3FCAEE) is known color: Summer Sky. HEX triplet: 3F, CA and EE. RGB value is (63,202,238). Sum of RGB (Red+Green+Blue) = 63+202+238=503 (66% of max value = 765). Red value is 63 (25% from 255 or 12.52% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #3FCAEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCAEE is #C03511. Grayscale: #A4A4A4. Windows color (decimal): -12596498 or 15649343. OLE color: 15649343.
HSL color Cylindrical-coordinate representation of color #3FCAEE: hue angle of 192.34º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FCAEE is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 202 | 238 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.07 |
| HSL | 192.34º | 0.84% | 0.59% | - |
| HSV(B) | 192.34º | 0.74% | 0.93% | - |
| XYZ | 38.6 | 49.47 | 88.4 | - |
| YUV | 164.54 | 169.45 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 238 | 0.74 | 0.15 | 0 | 0.07 | 192.34 | 0.84 | 0.59 |
| Hex | 3F | CA | EE | 4A | F | 0 | 7 | C0 | 54 | 3B |
| Octal | 77 | 312 | 356 | 112 | 17 | 0 | 7 | 300 | 124 | 73 |
| Binary | 111111 | 11001010 | 11101110 | 1001010 | 1111 | 0 | 111 | 11000000 | 1010100 | 111011 |
Color Harmonies of #3FCAEE
Complementary color
Monochromatic Colors of #3FCAEE
Black with #3FCAEE
Text Example
Text Example
White with #3FCAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCAEE; }
p { color: rgb(63,202,238); }
H1.HeaderClassName
{
color: #3FCAEE;
}
.AnyTagClassName
{
color: #3FCAEE;
}
</style>
background-color css
<style>
a { background-color: #3FCAEE; }
a { background-color: rgb(63,202,238); }
div.DivClassName
{
background-color: #3FCAEE;
}
.BgClassName
{
background-color: #3FCAEE;
}
</style>
border-color css
<style>
span { border-color: #3FCAEE; }
span { border-color: rgb(63,202,238); }
td.TdClassName
{
border-color: #3FCAEE;
}
.TagClassName
{
border-color: #3FCAEE;
}
</style>