Shades of Summer Sky #34A0DD
Tints of Summer Sky #34A0DD
RGB
CMYK
RGB Variations
Color information
#34A0DD (or 0x34A0DD) is known color: Summer Sky. HEX triplet: 34, A0 and DD. RGB value is (52,160,221). Sum of RGB (Red+Green+Blue) = 52+160+221=433 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.01% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #34A0DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A0DD is #CB5F22. Grayscale: #868686. Windows color (decimal): -13328163 or 14524468. OLE color: 14524468.
HSL color Cylindrical-coordinate representation of color #34A0DD: hue angle of 201.66º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34A0DD is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 160 | 221 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.13 |
| HSL | 201.66º | 0.71% | 0.54% | - |
| HSV(B) | 201.66º | 0.76% | 0.87% | - |
| XYZ | 27.04 | 31.09 | 72.98 | - |
| YUV | 134.66 | 176.72 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 160 | 221 | 0.76 | 0.28 | 0 | 0.13 | 201.66 | 0.71 | 0.54 |
| Hex | 34 | A0 | DD | 4C | 1C | 0 | D | CA | 47 | 36 |
| Octal | 64 | 240 | 335 | 114 | 34 | 0 | 15 | 312 | 107 | 66 |
| Binary | 110100 | 10100000 | 11011101 | 1001100 | 11100 | 0 | 1101 | 11001010 | 1000111 | 110110 |
Color Harmonies of #34A0DD
Complementary color
Monochromatic Colors of #34A0DD
Black with #34A0DD
Text Example
Text Example
White with #34A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A0DD; }
p { color: rgb(52,160,221); }
H1.HeaderClassName
{
color: #34A0DD;
}
.AnyTagClassName
{
color: #34A0DD;
}
</style>
background-color css
<style>
a { background-color: #34A0DD; }
a { background-color: rgb(52,160,221); }
div.DivClassName
{
background-color: #34A0DD;
}
.BgClassName
{
background-color: #34A0DD;
}
</style>
border-color css
<style>
span { border-color: #34A0DD; }
span { border-color: rgb(52,160,221); }
td.TdClassName
{
border-color: #34A0DD;
}
.TagClassName
{
border-color: #34A0DD;
}
</style>