Shades of Summer Sky #34ADDA
Tints of Summer Sky #34ADDA
RGB
CMYK
RGB Variations
Color information
#34ADDA (or 0x34ADDA) is known color: Summer Sky. HEX triplet: 34, AD and DA. RGB value is (52,173,218). Sum of RGB (Red+Green+Blue) = 52+173+218=443 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.74% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #34ADDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ADDA is #CB5225. Grayscale: #8D8D8D. Windows color (decimal): -13324838 or 14331188. OLE color: 14331188.
HSL color Cylindrical-coordinate representation of color #34ADDA: hue angle of 196.27º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34ADDA is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 173 | 218 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.15 |
| HSL | 196.27º | 0.69% | 0.53% | - |
| HSV(B) | 196.27º | 0.76% | 0.85% | - |
| XYZ | 29.01 | 35.68 | 71.69 | - |
| YUV | 141.95 | 170.91 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 218 | 0.76 | 0.21 | 0 | 0.15 | 196.27 | 0.69 | 0.53 |
| Hex | 34 | AD | DA | 4C | 15 | 0 | F | C4 | 45 | 35 |
| Octal | 64 | 255 | 332 | 114 | 25 | 0 | 17 | 304 | 105 | 65 |
| Binary | 110100 | 10101101 | 11011010 | 1001100 | 10101 | 0 | 1111 | 11000100 | 1000101 | 110101 |
Color Harmonies of #34ADDA
Complementary color
Monochromatic Colors of #34ADDA
Black with #34ADDA
Text Example
Text Example
White with #34ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ADDA; }
p { color: rgb(52,173,218); }
H1.HeaderClassName
{
color: #34ADDA;
}
.AnyTagClassName
{
color: #34ADDA;
}
</style>
background-color css
<style>
a { background-color: #34ADDA; }
a { background-color: rgb(52,173,218); }
div.DivClassName
{
background-color: #34ADDA;
}
.BgClassName
{
background-color: #34ADDA;
}
</style>
border-color css
<style>
span { border-color: #34ADDA; }
span { border-color: rgb(52,173,218); }
td.TdClassName
{
border-color: #34ADDA;
}
.TagClassName
{
border-color: #34ADDA;
}
</style>