Shades of Summer Sky #3ABCEF
Tints of Summer Sky #3ABCEF
RGB
CMYK
RGB Variations
Color information
#3ABCEF (or 0x3ABCEF) is known color: Summer Sky. HEX triplet: 3A, BC and EF. RGB value is (58,188,239). Sum of RGB (Red+Green+Blue) = 58+188+239=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #3ABCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABCEF is #C54310. Grayscale: #9A9A9A. Windows color (decimal): -12927761 or 15711290. OLE color: 15711290.
HSL color Cylindrical-coordinate representation of color #3ABCEF: hue angle of 196.91º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ABCEF is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 188 | 239 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.06 |
| HSL | 196.91º | 0.85% | 0.58% | - |
| HSV(B) | 196.91º | 0.76% | 0.94% | - |
| XYZ | 35.31 | 43.1 | 88.12 | - |
| YUV | 154.94 | 175.43 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 239 | 0.76 | 0.21 | 0 | 0.06 | 196.91 | 0.85 | 0.58 |
| Hex | 3A | BC | EF | 4C | 15 | 0 | 6 | C5 | 55 | 3A |
| Octal | 72 | 274 | 357 | 114 | 25 | 0 | 6 | 305 | 125 | 72 |
| Binary | 111010 | 10111100 | 11101111 | 1001100 | 10101 | 0 | 110 | 11000101 | 1010101 | 111010 |
Color Harmonies of #3ABCEF
Complementary color
Monochromatic Colors of #3ABCEF
Black with #3ABCEF
Text Example
Text Example
White with #3ABCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABCEF; }
p { color: rgb(58,188,239); }
H1.HeaderClassName
{
color: #3ABCEF;
}
.AnyTagClassName
{
color: #3ABCEF;
}
</style>
background-color css
<style>
a { background-color: #3ABCEF; }
a { background-color: rgb(58,188,239); }
div.DivClassName
{
background-color: #3ABCEF;
}
.BgClassName
{
background-color: #3ABCEF;
}
</style>
border-color css
<style>
span { border-color: #3ABCEF; }
span { border-color: rgb(58,188,239); }
td.TdClassName
{
border-color: #3ABCEF;
}
.TagClassName
{
border-color: #3ABCEF;
}
</style>