Shades of Summer Sky #3AABDF
Tints of Summer Sky #3AABDF
RGB
CMYK
RGB Variations
Color information
#3AABDF (or 0x3AABDF) is known color: Summer Sky. HEX triplet: 3A, AB and DF. RGB value is (58,171,223). Sum of RGB (Red+Green+Blue) = 58+171+223=452 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.83% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #3AABDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AABDF is #C55420. Grayscale: #8E8E8E. Windows color (decimal): -12932129 or 14658362. OLE color: 14658362.
HSL color Cylindrical-coordinate representation of color #3AABDF: hue angle of 198.91º 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 #3AABDF is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 171 | 223 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.13 |
| HSL | 198.91º | 0.72% | 0.55% | - |
| HSV(B) | 198.91º | 0.74% | 0.87% | - |
| XYZ | 29.63 | 35.35 | 75.07 | - |
| YUV | 143.14 | 173.06 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 171 | 223 | 0.74 | 0.23 | 0 | 0.13 | 198.91 | 0.72 | 0.55 |
| Hex | 3A | AB | DF | 4A | 17 | 0 | D | C7 | 48 | 37 |
| Octal | 72 | 253 | 337 | 112 | 27 | 0 | 15 | 307 | 110 | 67 |
| Binary | 111010 | 10101011 | 11011111 | 1001010 | 10111 | 0 | 1101 | 11000111 | 1001000 | 110111 |
Color Harmonies of #3AABDF
Complementary color
Monochromatic Colors of #3AABDF
Black with #3AABDF
Text Example
Text Example
White with #3AABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AABDF; }
p { color: rgb(58,171,223); }
H1.HeaderClassName
{
color: #3AABDF;
}
.AnyTagClassName
{
color: #3AABDF;
}
</style>
background-color css
<style>
a { background-color: #3AABDF; }
a { background-color: rgb(58,171,223); }
div.DivClassName
{
background-color: #3AABDF;
}
.BgClassName
{
background-color: #3AABDF;
}
</style>
border-color css
<style>
span { border-color: #3AABDF; }
span { border-color: rgb(58,171,223); }
td.TdClassName
{
border-color: #3AABDF;
}
.TagClassName
{
border-color: #3AABDF;
}
</style>