Shades of Summer Sky #3ABBDC
Tints of Summer Sky #3ABBDC
RGB
CMYK
RGB Variations
Color information
#3ABBDC (or 0x3ABBDC) is known color: Summer Sky. HEX triplet: 3A, BB and DC. RGB value is (58,187,220). Sum of RGB (Red+Green+Blue) = 58+187+220=465 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.47% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #3ABBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABBDC is #C54423. Grayscale: #979797. Windows color (decimal): -12928036 or 14465850. OLE color: 14465850.
HSL color Cylindrical-coordinate representation of color #3ABBDC: hue angle of 192.22º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ABBDC is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 187 | 220 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.14 |
| HSL | 192.22º | 0.7% | 0.55% | - |
| HSV(B) | 192.22º | 0.74% | 0.86% | - |
| XYZ | 32.43 | 41.61 | 74.03 | - |
| YUV | 152.19 | 166.26 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 187 | 220 | 0.74 | 0.15 | 0 | 0.14 | 192.22 | 0.7 | 0.55 |
| Hex | 3A | BB | DC | 4A | F | 0 | E | C0 | 46 | 37 |
| Octal | 72 | 273 | 334 | 112 | 17 | 0 | 16 | 300 | 106 | 67 |
| Binary | 111010 | 10111011 | 11011100 | 1001010 | 1111 | 0 | 1110 | 11000000 | 1000110 | 110111 |
Color Harmonies of #3ABBDC
Complementary color
Monochromatic Colors of #3ABBDC
Black with #3ABBDC
Text Example
Text Example
White with #3ABBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABBDC; }
p { color: rgb(58,187,220); }
H1.HeaderClassName
{
color: #3ABBDC;
}
.AnyTagClassName
{
color: #3ABBDC;
}
</style>
background-color css
<style>
a { background-color: #3ABBDC; }
a { background-color: rgb(58,187,220); }
div.DivClassName
{
background-color: #3ABBDC;
}
.BgClassName
{
background-color: #3ABBDC;
}
</style>
border-color css
<style>
span { border-color: #3ABBDC; }
span { border-color: rgb(58,187,220); }
td.TdClassName
{
border-color: #3ABBDC;
}
.TagClassName
{
border-color: #3ABBDC;
}
</style>