Shades of Summer Sky #34ADC8
Tints of Summer Sky #34ADC8
RGB
CMYK
RGB Variations
Color information
#34ADC8 (or 0x34ADC8) is known color: Summer Sky. HEX triplet: 34, AD and C8. RGB value is (52,173,200). Sum of RGB (Red+Green+Blue) = 52+173+200=425 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.24% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 200 (78.52% from 255 or 47.06% from 425); Max value from RGB is 200 - color contains mainly: blue. Hex color #34ADC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ADC8 is #CB5237. Grayscale: #8B8B8B. Windows color (decimal): -13324856 or 13151540. OLE color: 13151540.
HSL color Cylindrical-coordinate representation of color #34ADC8: hue angle of 190.95º 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 #34ADC8 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 173 | 200 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.22 |
| HSL | 190.95º | 0.59% | 0.49% | - |
| HSV(B) | 190.95º | 0.74% | 0.78% | - |
| XYZ | 26.79 | 34.79 | 59.95 | - |
| YUV | 139.9 | 161.91 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 200 | 0.74 | 0.14 | 0 | 0.22 | 190.95 | 0.59 | 0.49 |
| Hex | 34 | AD | C8 | 4A | E | 0 | 16 | BF | 3B | 31 |
| Octal | 64 | 255 | 310 | 112 | 16 | 0 | 26 | 277 | 73 | 61 |
| Binary | 110100 | 10101101 | 11001000 | 1001010 | 1110 | 0 | 10110 | 10111111 | 111011 | 110001 |
Color Harmonies of #34ADC8
Complementary color
Monochromatic Colors of #34ADC8
Black with #34ADC8
Text Example
Text Example
White with #34ADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ADC8; }
p { color: rgb(52,173,200); }
H1.HeaderClassName
{
color: #34ADC8;
}
.AnyTagClassName
{
color: #34ADC8;
}
</style>
background-color css
<style>
a { background-color: #34ADC8; }
a { background-color: rgb(52,173,200); }
div.DivClassName
{
background-color: #34ADC8;
}
.BgClassName
{
background-color: #34ADC8;
}
</style>
border-color css
<style>
span { border-color: #34ADC8; }
span { border-color: rgb(52,173,200); }
td.TdClassName
{
border-color: #34ADC8;
}
.TagClassName
{
border-color: #34ADC8;
}
</style>