Shades of Summer Sky #3ABBD2
Tints of Summer Sky #3ABBD2
RGB
CMYK
RGB Variations
Color information
#3ABBD2 (or 0x3ABBD2) is known color: Summer Sky. HEX triplet: 3A, BB and D2. RGB value is (58,187,210). Sum of RGB (Red+Green+Blue) = 58+187+210=455 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.75% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 210 (82.42% from 255 or 46.15% from 455); Max value from RGB is 210 - color contains mainly: blue. Hex color #3ABBD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABBD2 is #C5442D. Grayscale: #969696. Windows color (decimal): -12928046 or 13810490. OLE color: 13810490.
HSL color Cylindrical-coordinate representation of color #3ABBD2: hue angle of 189.08º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ABBD2 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 187 | 210 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.18 |
| HSL | 189.08º | 0.63% | 0.53% | - |
| HSV(B) | 189.08º | 0.72% | 0.82% | - |
| XYZ | 31.15 | 41.09 | 67.26 | - |
| YUV | 151.05 | 161.26 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 187 | 210 | 0.72 | 0.11 | 0 | 0.18 | 189.08 | 0.63 | 0.53 |
| Hex | 3A | BB | D2 | 48 | B | 0 | 12 | BD | 3F | 35 |
| Octal | 72 | 273 | 322 | 110 | 13 | 0 | 22 | 275 | 77 | 65 |
| Binary | 111010 | 10111011 | 11010010 | 1001000 | 1011 | 0 | 10010 | 10111101 | 111111 | 110101 |
Color Harmonies of #3ABBD2
Complementary color
Monochromatic Colors of #3ABBD2
Black with #3ABBD2
Text Example
Text Example
White with #3ABBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABBD2; }
p { color: rgb(58,187,210); }
H1.HeaderClassName
{
color: #3ABBD2;
}
.AnyTagClassName
{
color: #3ABBD2;
}
</style>
background-color css
<style>
a { background-color: #3ABBD2; }
a { background-color: rgb(58,187,210); }
div.DivClassName
{
background-color: #3ABBD2;
}
.BgClassName
{
background-color: #3ABBD2;
}
</style>
border-color css
<style>
span { border-color: #3ABBD2; }
span { border-color: rgb(58,187,210); }
td.TdClassName
{
border-color: #3ABBD2;
}
.TagClassName
{
border-color: #3ABBD2;
}
</style>