Shades of Summer Sky #3ABEEF
Tints of Summer Sky #3ABEEF
RGB
CMYK
RGB Variations
Color information
#3ABEEF (or 0x3ABEEF) is known color: Summer Sky. HEX triplet: 3A, BE and EF. RGB value is (58,190,239). Sum of RGB (Red+Green+Blue) = 58+190+239=487 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.91% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #3ABEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABEEF is #C54110. Grayscale: #9B9B9B. Windows color (decimal): -12927249 or 15711802. OLE color: 15711802.
HSL color Cylindrical-coordinate representation of color #3ABEEF: hue angle of 196.24º 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 #3ABEEF is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 190 | 239 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.06 |
| HSL | 196.24º | 0.85% | 0.58% | - |
| HSV(B) | 196.24º | 0.76% | 0.94% | - |
| XYZ | 35.74 | 43.96 | 88.26 | - |
| YUV | 156.12 | 174.77 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 190 | 239 | 0.76 | 0.21 | 0 | 0.06 | 196.24 | 0.85 | 0.58 |
| Hex | 3A | BE | EF | 4C | 15 | 0 | 6 | C4 | 55 | 3A |
| Octal | 72 | 276 | 357 | 114 | 25 | 0 | 6 | 304 | 125 | 72 |
| Binary | 111010 | 10111110 | 11101111 | 1001100 | 10101 | 0 | 110 | 11000100 | 1010101 | 111010 |
Color Harmonies of #3ABEEF
Complementary color
Monochromatic Colors of #3ABEEF
Black with #3ABEEF
Text Example
Text Example
White with #3ABEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABEEF; }
p { color: rgb(58,190,239); }
H1.HeaderClassName
{
color: #3ABEEF;
}
.AnyTagClassName
{
color: #3ABEEF;
}
</style>
background-color css
<style>
a { background-color: #3ABEEF; }
a { background-color: rgb(58,190,239); }
div.DivClassName
{
background-color: #3ABEEF;
}
.BgClassName
{
background-color: #3ABEEF;
}
</style>
border-color css
<style>
span { border-color: #3ABEEF; }
span { border-color: rgb(58,190,239); }
td.TdClassName
{
border-color: #3ABEEF;
}
.TagClassName
{
border-color: #3ABEEF;
}
</style>