Shades of Summer Sky #3ABECF
Tints of Summer Sky #3ABECF
RGB
CMYK
RGB Variations
Color information
#3ABECF (or 0x3ABECF) is known color: Summer Sky. HEX triplet: 3A, BE and CF. RGB value is (58,190,207). Sum of RGB (Red+Green+Blue) = 58+190+207=455 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.75% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #3ABECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABECF is #C54130. Grayscale: #989898. Windows color (decimal): -12927281 or 13614650. OLE color: 13614650.
HSL color Cylindrical-coordinate representation of color #3ABECF: hue angle of 186.85º 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 #3ABECF is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 190 | 207 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.19 |
| HSL | 186.85º | 0.61% | 0.52% | - |
| HSV(B) | 186.85º | 0.72% | 0.81% | - |
| XYZ | 31.42 | 42.23 | 65.53 | - |
| YUV | 152.47 | 158.77 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 190 | 207 | 0.72 | 0.08 | 0 | 0.19 | 186.85 | 0.61 | 0.52 |
| Hex | 3A | BE | CF | 48 | 8 | 0 | 13 | BB | 3D | 34 |
| Octal | 72 | 276 | 317 | 110 | 10 | 0 | 23 | 273 | 75 | 64 |
| Binary | 111010 | 10111110 | 11001111 | 1001000 | 1000 | 0 | 10011 | 10111011 | 111101 | 110100 |
Color Harmonies of #3ABECF
Complementary color
Monochromatic Colors of #3ABECF
Black with #3ABECF
Text Example
Text Example
White with #3ABECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABECF; }
p { color: rgb(58,190,207); }
H1.HeaderClassName
{
color: #3ABECF;
}
.AnyTagClassName
{
color: #3ABECF;
}
</style>
background-color css
<style>
a { background-color: #3ABECF; }
a { background-color: rgb(58,190,207); }
div.DivClassName
{
background-color: #3ABECF;
}
.BgClassName
{
background-color: #3ABECF;
}
</style>
border-color css
<style>
span { border-color: #3ABECF; }
span { border-color: rgb(58,190,207); }
td.TdClassName
{
border-color: #3ABECF;
}
.TagClassName
{
border-color: #3ABECF;
}
</style>