Shades of Summer Sky #34ADDC
Tints of Summer Sky #34ADDC
RGB
CMYK
RGB Variations
Color information
#34ADDC (or 0x34ADDC) is known color: Summer Sky. HEX triplet: 34, AD and DC. RGB value is (52,173,220). Sum of RGB (Red+Green+Blue) = 52+173+220=445 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.69% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #34ADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ADDC is #CB5223. Grayscale: #8D8D8D. Windows color (decimal): -13324836 or 14462260. OLE color: 14462260.
HSL color Cylindrical-coordinate representation of color #34ADDC: hue angle of 196.79º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34ADDC is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 173 | 220 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.14 |
| HSL | 196.79º | 0.71% | 0.53% | - |
| HSV(B) | 196.79º | 0.76% | 0.86% | - |
| XYZ | 29.28 | 35.78 | 73.07 | - |
| YUV | 142.18 | 171.91 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 220 | 0.76 | 0.21 | 0 | 0.14 | 196.79 | 0.71 | 0.53 |
| Hex | 34 | AD | DC | 4C | 15 | 0 | E | C5 | 47 | 35 |
| Octal | 64 | 255 | 334 | 114 | 25 | 0 | 16 | 305 | 107 | 65 |
| Binary | 110100 | 10101101 | 11011100 | 1001100 | 10101 | 0 | 1110 | 11000101 | 1000111 | 110101 |
Color Harmonies of #34ADDC
Complementary color
Monochromatic Colors of #34ADDC
Black with #34ADDC
Text Example
Text Example
White with #34ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ADDC; }
p { color: rgb(52,173,220); }
H1.HeaderClassName
{
color: #34ADDC;
}
.AnyTagClassName
{
color: #34ADDC;
}
</style>
background-color css
<style>
a { background-color: #34ADDC; }
a { background-color: rgb(52,173,220); }
div.DivClassName
{
background-color: #34ADDC;
}
.BgClassName
{
background-color: #34ADDC;
}
</style>
border-color css
<style>
span { border-color: #34ADDC; }
span { border-color: rgb(52,173,220); }
td.TdClassName
{
border-color: #34ADDC;
}
.TagClassName
{
border-color: #34ADDC;
}
</style>