Shades of Summer Sky #34ABC8
Tints of Summer Sky #34ABC8
RGB
CMYK
RGB Variations
Color information
#34ABC8 (or 0x34ABC8) is known color: Summer Sky. HEX triplet: 34, AB and C8. RGB value is (52,171,200). Sum of RGB (Red+Green+Blue) = 52+171+200=423 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.29% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 200 - color contains mainly: blue. Hex color #34ABC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ABC8 is #CB5437. Grayscale: #8A8A8A. Windows color (decimal): -13325368 or 13151028. OLE color: 13151028.
HSL color Cylindrical-coordinate representation of color #34ABC8: hue angle of 191.76º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34ABC8 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 171 | 200 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.22 |
| HSL | 191.76º | 0.59% | 0.49% | - |
| HSV(B) | 191.76º | 0.74% | 0.78% | - |
| XYZ | 26.4 | 34.03 | 59.82 | - |
| YUV | 138.73 | 162.58 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 171 | 200 | 0.74 | 0.14 | 0 | 0.22 | 191.76 | 0.59 | 0.49 |
| Hex | 34 | AB | C8 | 4A | E | 0 | 16 | C0 | 3B | 31 |
| Octal | 64 | 253 | 310 | 112 | 16 | 0 | 26 | 300 | 73 | 61 |
| Binary | 110100 | 10101011 | 11001000 | 1001010 | 1110 | 0 | 10110 | 11000000 | 111011 | 110001 |
Color Harmonies of #34ABC8
Complementary color
Monochromatic Colors of #34ABC8
Black with #34ABC8
Text Example
Text Example
White with #34ABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ABC8; }
p { color: rgb(52,171,200); }
H1.HeaderClassName
{
color: #34ABC8;
}
.AnyTagClassName
{
color: #34ABC8;
}
</style>
background-color css
<style>
a { background-color: #34ABC8; }
a { background-color: rgb(52,171,200); }
div.DivClassName
{
background-color: #34ABC8;
}
.BgClassName
{
background-color: #34ABC8;
}
</style>
border-color css
<style>
span { border-color: #34ABC8; }
span { border-color: rgb(52,171,200); }
td.TdClassName
{
border-color: #34ABC8;
}
.TagClassName
{
border-color: #34ABC8;
}
</style>