Shades of Summer Sky #3ABADF
Tints of Summer Sky #3ABADF
RGB
CMYK
RGB Variations
Color information
#3ABADF (or 0x3ABADF) is known color: Summer Sky. HEX triplet: 3A, BA and DF. RGB value is (58,186,223). Sum of RGB (Red+Green+Blue) = 58+186+223=467 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.42% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #3ABADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABADF is #C54520. Grayscale: #979797. Windows color (decimal): -12928289 or 14662202. OLE color: 14662202.
HSL color Cylindrical-coordinate representation of color #3ABADF: hue angle of 193.45º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ABADF is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 186 | 223 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.13 |
| HSL | 193.45º | 0.72% | 0.55% | - |
| HSV(B) | 193.45º | 0.74% | 0.87% | - |
| XYZ | 32.62 | 41.35 | 76.07 | - |
| YUV | 151.95 | 168.09 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 223 | 0.74 | 0.17 | 0 | 0.13 | 193.45 | 0.72 | 0.55 |
| Hex | 3A | BA | DF | 4A | 11 | 0 | D | C1 | 48 | 37 |
| Octal | 72 | 272 | 337 | 112 | 21 | 0 | 15 | 301 | 110 | 67 |
| Binary | 111010 | 10111010 | 11011111 | 1001010 | 10001 | 0 | 1101 | 11000001 | 1001000 | 110111 |
Color Harmonies of #3ABADF
Complementary color
Monochromatic Colors of #3ABADF
Black with #3ABADF
Text Example
Text Example
White with #3ABADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABADF; }
p { color: rgb(58,186,223); }
H1.HeaderClassName
{
color: #3ABADF;
}
.AnyTagClassName
{
color: #3ABADF;
}
</style>
background-color css
<style>
a { background-color: #3ABADF; }
a { background-color: rgb(58,186,223); }
div.DivClassName
{
background-color: #3ABADF;
}
.BgClassName
{
background-color: #3ABADF;
}
</style>
border-color css
<style>
span { border-color: #3ABADF; }
span { border-color: rgb(58,186,223); }
td.TdClassName
{
border-color: #3ABADF;
}
.TagClassName
{
border-color: #3ABADF;
}
</style>