Shades of Summer Sky #3ABAF6
Tints of Summer Sky #3ABAF6
RGB
CMYK
RGB Variations
Color information
#3ABAF6 (or 0x3ABAF6) is known color: Summer Sky. HEX triplet: 3A, BA and F6. RGB value is (58,186,246). Sum of RGB (Red+Green+Blue) = 58+186+246=490 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.84% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #3ABAF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABAF6 is #C54509. Grayscale: #9A9A9A. Windows color (decimal): -12928266 or 16169530. OLE color: 16169530.
HSL color Cylindrical-coordinate representation of color #3ABAF6: hue angle of 199.15º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ABAF6 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 186 | 246 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.04 |
| HSL | 199.15º | 0.91% | 0.6% | - |
| HSV(B) | 199.15º | 0.76% | 0.96% | - |
| XYZ | 35.94 | 42.67 | 93.53 | - |
| YUV | 154.57 | 179.59 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 246 | 0.76 | 0.24 | 0 | 0.04 | 199.15 | 0.91 | 0.6 |
| Hex | 3A | BA | F6 | 4C | 18 | 0 | 4 | C7 | 5B | 3C |
| Octal | 72 | 272 | 366 | 114 | 30 | 0 | 4 | 307 | 133 | 74 |
| Binary | 111010 | 10111010 | 11110110 | 1001100 | 11000 | 0 | 100 | 11000111 | 1011011 | 111100 |
Color Harmonies of #3ABAF6
Complementary color
Monochromatic Colors of #3ABAF6
Black with #3ABAF6
Text Example
Text Example
White with #3ABAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABAF6; }
p { color: rgb(58,186,246); }
H1.HeaderClassName
{
color: #3ABAF6;
}
.AnyTagClassName
{
color: #3ABAF6;
}
</style>
background-color css
<style>
a { background-color: #3ABAF6; }
a { background-color: rgb(58,186,246); }
div.DivClassName
{
background-color: #3ABAF6;
}
.BgClassName
{
background-color: #3ABAF6;
}
</style>
border-color css
<style>
span { border-color: #3ABAF6; }
span { border-color: rgb(58,186,246); }
td.TdClassName
{
border-color: #3ABAF6;
}
.TagClassName
{
border-color: #3ABAF6;
}
</style>