Shades of Summer Sky #34ADD4
Tints of Summer Sky #34ADD4
RGB
CMYK
RGB Variations
Color information
#34ADD4 (or 0x34ADD4) is known color: Summer Sky. HEX triplet: 34, AD and D4. RGB value is (52,173,212). Sum of RGB (Red+Green+Blue) = 52+173+212=437 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.90% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 212 (83.20% from 255 or 48.51% from 437); Max value from RGB is 212 - color contains mainly: blue. Hex color #34ADD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ADD4 is #CB522B. Grayscale: #8C8C8C. Windows color (decimal): -13324844 or 13937972. OLE color: 13937972.
HSL color Cylindrical-coordinate representation of color #34ADD4: hue angle of 194.62º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34ADD4 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 173 | 212 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.17 |
| HSL | 194.63º | 0.65% | 0.52% | - |
| HSV(B) | 194.63º | 0.75% | 0.83% | - |
| XYZ | 28.24 | 35.37 | 67.63 | - |
| YUV | 141.27 | 167.91 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 212 | 0.75 | 0.18 | 0 | 0.17 | 194.63 | 0.65 | 0.52 |
| Hex | 34 | AD | D4 | 4B | 12 | 0 | 11 | C3 | 41 | 34 |
| Octal | 64 | 255 | 324 | 113 | 22 | 0 | 21 | 303 | 101 | 64 |
| Binary | 110100 | 10101101 | 11010100 | 1001011 | 10010 | 0 | 10001 | 11000011 | 1000001 | 110100 |
Color Harmonies of #34ADD4
Complementary color
Monochromatic Colors of #34ADD4
Black with #34ADD4
Text Example
Text Example
White with #34ADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ADD4; }
p { color: rgb(52,173,212); }
H1.HeaderClassName
{
color: #34ADD4;
}
.AnyTagClassName
{
color: #34ADD4;
}
</style>
background-color css
<style>
a { background-color: #34ADD4; }
a { background-color: rgb(52,173,212); }
div.DivClassName
{
background-color: #34ADD4;
}
.BgClassName
{
background-color: #34ADD4;
}
</style>
border-color css
<style>
span { border-color: #34ADD4; }
span { border-color: rgb(52,173,212); }
td.TdClassName
{
border-color: #34ADD4;
}
.TagClassName
{
border-color: #34ADD4;
}
</style>