Shades of Summer Sky #3BCAEC
Tints of Summer Sky #3BCAEC
RGB
CMYK
RGB Variations
Color information
#3BCAEC (or 0x3BCAEC) is known color: Summer Sky. HEX triplet: 3B, CA and EC. RGB value is (59,202,236). Sum of RGB (Red+Green+Blue) = 59+202+236=497 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.87% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #3BCAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCAEC is #C43513. Grayscale: #A2A2A2. Windows color (decimal): -12858644 or 15518267. OLE color: 15518267.
HSL color Cylindrical-coordinate representation of color #3BCAEC: hue angle of 191.53º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BCAEC is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 202 | 236 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.07 |
| HSL | 191.53º | 0.82% | 0.58% | - |
| HSV(B) | 191.53º | 0.75% | 0.93% | - |
| XYZ | 38.06 | 49.23 | 86.85 | - |
| YUV | 163.12 | 169.12 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 236 | 0.75 | 0.14 | 0 | 0.07 | 191.53 | 0.82 | 0.58 |
| Hex | 3B | CA | EC | 4B | E | 0 | 7 | C0 | 52 | 3A |
| Octal | 73 | 312 | 354 | 113 | 16 | 0 | 7 | 300 | 122 | 72 |
| Binary | 111011 | 11001010 | 11101100 | 1001011 | 1110 | 0 | 111 | 11000000 | 1010010 | 111010 |
Color Harmonies of #3BCAEC
Complementary color
Monochromatic Colors of #3BCAEC
Black with #3BCAEC
Text Example
Text Example
White with #3BCAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCAEC; }
p { color: rgb(59,202,236); }
H1.HeaderClassName
{
color: #3BCAEC;
}
.AnyTagClassName
{
color: #3BCAEC;
}
</style>
background-color css
<style>
a { background-color: #3BCAEC; }
a { background-color: rgb(59,202,236); }
div.DivClassName
{
background-color: #3BCAEC;
}
.BgClassName
{
background-color: #3BCAEC;
}
</style>
border-color css
<style>
span { border-color: #3BCAEC; }
span { border-color: rgb(59,202,236); }
td.TdClassName
{
border-color: #3BCAEC;
}
.TagClassName
{
border-color: #3BCAEC;
}
</style>