Shades of Summer Sky #3ABDDA
Tints of Summer Sky #3ABDDA
RGB
CMYK
RGB Variations
Color information
#3ABDDA (or 0x3ABDDA) is known color: Summer Sky. HEX triplet: 3A, BD and DA. RGB value is (58,189,218). Sum of RGB (Red+Green+Blue) = 58+189+218=465 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.47% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #3ABDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABDDA is #C54225. Grayscale: #989898. Windows color (decimal): -12927526 or 14335290. OLE color: 14335290.
HSL color Cylindrical-coordinate representation of color #3ABDDA: hue angle of 190.88º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ABDDA is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 189 | 218 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.15 |
| HSL | 190.88º | 0.68% | 0.54% | - |
| HSV(B) | 190.88º | 0.73% | 0.85% | - |
| XYZ | 32.6 | 42.36 | 72.79 | - |
| YUV | 153.14 | 164.6 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 189 | 218 | 0.73 | 0.13 | 0 | 0.15 | 190.88 | 0.68 | 0.54 |
| Hex | 3A | BD | DA | 49 | D | 0 | F | BF | 44 | 36 |
| Octal | 72 | 275 | 332 | 111 | 15 | 0 | 17 | 277 | 104 | 66 |
| Binary | 111010 | 10111101 | 11011010 | 1001001 | 1101 | 0 | 1111 | 10111111 | 1000100 | 110110 |
Color Harmonies of #3ABDDA
Complementary color
Monochromatic Colors of #3ABDDA
Black with #3ABDDA
Text Example
Text Example
White with #3ABDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABDDA; }
p { color: rgb(58,189,218); }
H1.HeaderClassName
{
color: #3ABDDA;
}
.AnyTagClassName
{
color: #3ABDDA;
}
</style>
background-color css
<style>
a { background-color: #3ABDDA; }
a { background-color: rgb(58,189,218); }
div.DivClassName
{
background-color: #3ABDDA;
}
.BgClassName
{
background-color: #3ABDDA;
}
</style>
border-color css
<style>
span { border-color: #3ABDDA; }
span { border-color: rgb(58,189,218); }
td.TdClassName
{
border-color: #3ABDDA;
}
.TagClassName
{
border-color: #3ABDDA;
}
</style>