Shades of Summer Sky #3ABDD0
Tints of Summer Sky #3ABDD0
RGB
CMYK
RGB Variations
Color information
#3ABDD0 (or 0x3ABDD0) is known color: Summer Sky. HEX triplet: 3A, BD and D0. RGB value is (58,189,208). Sum of RGB (Red+Green+Blue) = 58+189+208=455 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.75% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #3ABDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABDD0 is #C5422F. Grayscale: #979797. Windows color (decimal): -12927536 or 13679930. OLE color: 13679930.
HSL color Cylindrical-coordinate representation of color #3ABDD0: hue angle of 187.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ABDD0 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 189 | 208 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.18 |
| HSL | 187.6º | 0.61% | 0.52% | - |
| HSV(B) | 187.6º | 0.72% | 0.82% | - |
| XYZ | 31.33 | 41.85 | 66.1 | - |
| YUV | 152 | 159.6 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 189 | 208 | 0.72 | 0.09 | 0 | 0.18 | 187.6 | 0.61 | 0.52 |
| Hex | 3A | BD | D0 | 48 | 9 | 0 | 12 | BC | 3D | 34 |
| Octal | 72 | 275 | 320 | 110 | 11 | 0 | 22 | 274 | 75 | 64 |
| Binary | 111010 | 10111101 | 11010000 | 1001000 | 1001 | 0 | 10010 | 10111100 | 111101 | 110100 |
Color Harmonies of #3ABDD0
Complementary color
Monochromatic Colors of #3ABDD0
Black with #3ABDD0
Text Example
Text Example
White with #3ABDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABDD0; }
p { color: rgb(58,189,208); }
H1.HeaderClassName
{
color: #3ABDD0;
}
.AnyTagClassName
{
color: #3ABDD0;
}
</style>
background-color css
<style>
a { background-color: #3ABDD0; }
a { background-color: rgb(58,189,208); }
div.DivClassName
{
background-color: #3ABDD0;
}
.BgClassName
{
background-color: #3ABDD0;
}
</style>
border-color css
<style>
span { border-color: #3ABDD0; }
span { border-color: rgb(58,189,208); }
td.TdClassName
{
border-color: #3ABDD0;
}
.TagClassName
{
border-color: #3ABDD0;
}
</style>