Shades of Summer Sky #3AB2EF
Tints of Summer Sky #3AB2EF
RGB
CMYK
RGB Variations
Color information
#3AB2EF (or 0x3AB2EF) is known color: Summer Sky. HEX triplet: 3A, B2 and EF. RGB value is (58,178,239). Sum of RGB (Red+Green+Blue) = 58+178+239=475 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.21% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #3AB2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AB2EF is #C54D10. Grayscale: #949494. Windows color (decimal): -12930321 or 15708730. OLE color: 15708730.
HSL color Cylindrical-coordinate representation of color #3AB2EF: hue angle of 200.22º 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 #3AB2EF is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 178 | 239 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.06 |
| HSL | 200.22º | 0.85% | 0.58% | - |
| HSV(B) | 200.22º | 0.76% | 0.94% | - |
| XYZ | 33.25 | 38.97 | 87.43 | - |
| YUV | 149.07 | 178.74 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 178 | 239 | 0.76 | 0.26 | 0 | 0.06 | 200.22 | 0.85 | 0.58 |
| Hex | 3A | B2 | EF | 4C | 1A | 0 | 6 | C8 | 55 | 3A |
| Octal | 72 | 262 | 357 | 114 | 32 | 0 | 6 | 310 | 125 | 72 |
| Binary | 111010 | 10110010 | 11101111 | 1001100 | 11010 | 0 | 110 | 11001000 | 1010101 | 111010 |
Color Harmonies of #3AB2EF
Complementary color
Monochromatic Colors of #3AB2EF
Black with #3AB2EF
Text Example
Text Example
White with #3AB2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB2EF; }
p { color: rgb(58,178,239); }
H1.HeaderClassName
{
color: #3AB2EF;
}
.AnyTagClassName
{
color: #3AB2EF;
}
</style>
background-color css
<style>
a { background-color: #3AB2EF; }
a { background-color: rgb(58,178,239); }
div.DivClassName
{
background-color: #3AB2EF;
}
.BgClassName
{
background-color: #3AB2EF;
}
</style>
border-color css
<style>
span { border-color: #3AB2EF; }
span { border-color: rgb(58,178,239); }
td.TdClassName
{
border-color: #3AB2EF;
}
.TagClassName
{
border-color: #3AB2EF;
}
</style>