Shades of Summer Sky #3ABEEC
Tints of Summer Sky #3ABEEC
RGB
CMYK
RGB Variations
Color information
#3ABEEC (or 0x3ABEEC) is known color: Summer Sky. HEX triplet: 3A, BE and EC. RGB value is (58,190,236). Sum of RGB (Red+Green+Blue) = 58+190+236=484 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.98% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #3ABEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABEEC is #C54113. Grayscale: #9B9B9B. Windows color (decimal): -12927252 or 15515194. OLE color: 15515194.
HSL color Cylindrical-coordinate representation of color #3ABEEC: hue angle of 195.51º 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 #3ABEEC is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 190 | 236 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.07 |
| HSL | 195.51º | 0.82% | 0.58% | - |
| HSV(B) | 195.51º | 0.75% | 0.93% | - |
| XYZ | 35.3 | 43.78 | 85.95 | - |
| YUV | 155.78 | 173.27 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 190 | 236 | 0.75 | 0.19 | 0 | 0.07 | 195.51 | 0.82 | 0.58 |
| Hex | 3A | BE | EC | 4B | 13 | 0 | 7 | C4 | 52 | 3A |
| Octal | 72 | 276 | 354 | 113 | 23 | 0 | 7 | 304 | 122 | 72 |
| Binary | 111010 | 10111110 | 11101100 | 1001011 | 10011 | 0 | 111 | 11000100 | 1010010 | 111010 |
Color Harmonies of #3ABEEC
Complementary color
Monochromatic Colors of #3ABEEC
Black with #3ABEEC
Text Example
Text Example
White with #3ABEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABEEC; }
p { color: rgb(58,190,236); }
H1.HeaderClassName
{
color: #3ABEEC;
}
.AnyTagClassName
{
color: #3ABEEC;
}
</style>
background-color css
<style>
a { background-color: #3ABEEC; }
a { background-color: rgb(58,190,236); }
div.DivClassName
{
background-color: #3ABEEC;
}
.BgClassName
{
background-color: #3ABEEC;
}
</style>
border-color css
<style>
span { border-color: #3ABEEC; }
span { border-color: rgb(58,190,236); }
td.TdClassName
{
border-color: #3ABEEC;
}
.TagClassName
{
border-color: #3ABEEC;
}
</style>