Shades of Summer Sky #3AADDF
Tints of Summer Sky #3AADDF
RGB
CMYK
RGB Variations
Color information
#3AADDF (or 0x3AADDF) is known color: Summer Sky. HEX triplet: 3A, AD and DF. RGB value is (58,173,223). Sum of RGB (Red+Green+Blue) = 58+173+223=454 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.78% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #3AADDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AADDF is #C55220. Grayscale: #909090. Windows color (decimal): -12931617 or 14658874. OLE color: 14658874.
HSL color Cylindrical-coordinate representation of color #3AADDF: hue angle of 198.18º 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 #3AADDF is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 173 | 223 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.13 |
| HSL | 198.18º | 0.72% | 0.55% | - |
| HSV(B) | 198.18º | 0.74% | 0.87% | - |
| XYZ | 30.01 | 36.11 | 75.2 | - |
| YUV | 144.32 | 172.4 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 223 | 0.74 | 0.22 | 0 | 0.13 | 198.18 | 0.72 | 0.55 |
| Hex | 3A | AD | DF | 4A | 16 | 0 | D | C6 | 48 | 37 |
| Octal | 72 | 255 | 337 | 112 | 26 | 0 | 15 | 306 | 110 | 67 |
| Binary | 111010 | 10101101 | 11011111 | 1001010 | 10110 | 0 | 1101 | 11000110 | 1001000 | 110111 |
Color Harmonies of #3AADDF
Complementary color
Monochromatic Colors of #3AADDF
Black with #3AADDF
Text Example
Text Example
White with #3AADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AADDF; }
p { color: rgb(58,173,223); }
H1.HeaderClassName
{
color: #3AADDF;
}
.AnyTagClassName
{
color: #3AADDF;
}
</style>
background-color css
<style>
a { background-color: #3AADDF; }
a { background-color: rgb(58,173,223); }
div.DivClassName
{
background-color: #3AADDF;
}
.BgClassName
{
background-color: #3AADDF;
}
</style>
border-color css
<style>
span { border-color: #3AADDF; }
span { border-color: rgb(58,173,223); }
td.TdClassName
{
border-color: #3AADDF;
}
.TagClassName
{
border-color: #3AADDF;
}
</style>