Shades of Summer Sky #3BCCEA
Tints of Summer Sky #3BCCEA
RGB
CMYK
RGB Variations
Color information
#3BCCEA (or 0x3BCCEA) is known color: Summer Sky. HEX triplet: 3B, CC and EA. RGB value is (59,204,234). Sum of RGB (Red+Green+Blue) = 59+204+234=497 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.87% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #3BCCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCCEA is #C43315. Grayscale: #A3A3A3. Windows color (decimal): -12858134 or 15387707. OLE color: 15387707.
HSL color Cylindrical-coordinate representation of color #3BCCEA: hue angle of 190.29º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BCCEA is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 204 | 234 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.08 |
| HSL | 190.29º | 0.81% | 0.57% | - |
| HSV(B) | 190.29º | 0.75% | 0.92% | - |
| XYZ | 38.25 | 50.06 | 85.49 | - |
| YUV | 164.07 | 167.46 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 204 | 234 | 0.75 | 0.13 | 0 | 0.08 | 190.29 | 0.81 | 0.57 |
| Hex | 3B | CC | EA | 4B | D | 0 | 8 | BE | 51 | 39 |
| Octal | 73 | 314 | 352 | 113 | 15 | 0 | 10 | 276 | 121 | 71 |
| Binary | 111011 | 11001100 | 11101010 | 1001011 | 1101 | 0 | 1000 | 10111110 | 1010001 | 111001 |
Color Harmonies of #3BCCEA
Complementary color
Monochromatic Colors of #3BCCEA
Black with #3BCCEA
Text Example
Text Example
White with #3BCCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCCEA; }
p { color: rgb(59,204,234); }
H1.HeaderClassName
{
color: #3BCCEA;
}
.AnyTagClassName
{
color: #3BCCEA;
}
</style>
background-color css
<style>
a { background-color: #3BCCEA; }
a { background-color: rgb(59,204,234); }
div.DivClassName
{
background-color: #3BCCEA;
}
.BgClassName
{
background-color: #3BCCEA;
}
</style>
border-color css
<style>
span { border-color: #3BCCEA; }
span { border-color: rgb(59,204,234); }
td.TdClassName
{
border-color: #3BCCEA;
}
.TagClassName
{
border-color: #3BCCEA;
}
</style>