Shades of Summer Sky #3ABACF
Tints of Summer Sky #3ABACF
RGB
CMYK
RGB Variations
Color information
#3ABACF (or 0x3ABACF) is known color: Summer Sky. HEX triplet: 3A, BA and CF. RGB value is (58,186,207). Sum of RGB (Red+Green+Blue) = 58+186+207=451 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.86% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #3ABACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABACF is #C54530. Grayscale: #959595. Windows color (decimal): -12928305 or 13613626. OLE color: 13613626.
HSL color Cylindrical-coordinate representation of color #3ABACF: hue angle of 188.46º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ABACF is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 186 | 207 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.19 |
| HSL | 188.46º | 0.61% | 0.52% | - |
| HSV(B) | 188.46º | 0.72% | 0.81% | - |
| XYZ | 30.57 | 40.52 | 65.24 | - |
| YUV | 150.12 | 160.09 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 207 | 0.72 | 0.10 | 0 | 0.19 | 188.46 | 0.61 | 0.52 |
| Hex | 3A | BA | CF | 48 | A | 0 | 13 | BC | 3D | 34 |
| Octal | 72 | 272 | 317 | 110 | 12 | 0 | 23 | 274 | 75 | 64 |
| Binary | 111010 | 10111010 | 11001111 | 1001000 | 1010 | 0 | 10011 | 10111100 | 111101 | 110100 |
Color Harmonies of #3ABACF
Complementary color
Monochromatic Colors of #3ABACF
Black with #3ABACF
Text Example
Text Example
White with #3ABACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABACF; }
p { color: rgb(58,186,207); }
H1.HeaderClassName
{
color: #3ABACF;
}
.AnyTagClassName
{
color: #3ABACF;
}
</style>
background-color css
<style>
a { background-color: #3ABACF; }
a { background-color: rgb(58,186,207); }
div.DivClassName
{
background-color: #3ABACF;
}
.BgClassName
{
background-color: #3ABACF;
}
</style>
border-color css
<style>
span { border-color: #3ABACF; }
span { border-color: rgb(58,186,207); }
td.TdClassName
{
border-color: #3ABACF;
}
.TagClassName
{
border-color: #3ABACF;
}
</style>