Shades of Summer Sky #34ABDC
Tints of Summer Sky #34ABDC
RGB
CMYK
RGB Variations
Color information
#34ABDC (or 0x34ABDC) is known color: Summer Sky. HEX triplet: 34, AB and DC. RGB value is (52,171,220). Sum of RGB (Red+Green+Blue) = 52+171+220=443 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.74% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #34ABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ABDC is #CB5423. Grayscale: #8C8C8C. Windows color (decimal): -13325348 or 14461748. OLE color: 14461748.
HSL color Cylindrical-coordinate representation of color #34ABDC: hue angle of 197.5º 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 #34ABDC is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 171 | 220 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.14 |
| HSL | 197.5º | 0.71% | 0.53% | - |
| HSV(B) | 197.5º | 0.76% | 0.86% | - |
| XYZ | 28.9 | 35.02 | 72.95 | - |
| YUV | 141.01 | 172.58 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 171 | 220 | 0.76 | 0.22 | 0 | 0.14 | 197.5 | 0.71 | 0.53 |
| Hex | 34 | AB | DC | 4C | 16 | 0 | E | C6 | 47 | 35 |
| Octal | 64 | 253 | 334 | 114 | 26 | 0 | 16 | 306 | 107 | 65 |
| Binary | 110100 | 10101011 | 11011100 | 1001100 | 10110 | 0 | 1110 | 11000110 | 1000111 | 110101 |
Color Harmonies of #34ABDC
Complementary color
Monochromatic Colors of #34ABDC
Black with #34ABDC
Text Example
Text Example
White with #34ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ABDC; }
p { color: rgb(52,171,220); }
H1.HeaderClassName
{
color: #34ABDC;
}
.AnyTagClassName
{
color: #34ABDC;
}
</style>
background-color css
<style>
a { background-color: #34ABDC; }
a { background-color: rgb(52,171,220); }
div.DivClassName
{
background-color: #34ABDC;
}
.BgClassName
{
background-color: #34ABDC;
}
</style>
border-color css
<style>
span { border-color: #34ABDC; }
span { border-color: rgb(52,171,220); }
td.TdClassName
{
border-color: #34ABDC;
}
.TagClassName
{
border-color: #34ABDC;
}
</style>