Shades of Summer Sky #34BED8
Tints of Summer Sky #34BED8
RGB
CMYK
RGB Variations
Color information
#34BED8 (or 0x34BED8) is known color: Summer Sky. HEX triplet: 34, BE and D8. RGB value is (52,190,216). Sum of RGB (Red+Green+Blue) = 52+190+216=458 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.35% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #34BED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BED8 is #CB4127. Grayscale: #979797. Windows color (decimal): -13320488 or 14204468. OLE color: 14204468.
HSL color Cylindrical-coordinate representation of color #34BED8: hue angle of 189.51º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34BED8 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 190 | 216 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.15 |
| HSL | 189.51º | 0.68% | 0.53% | - |
| HSV(B) | 189.51º | 0.76% | 0.85% | - |
| XYZ | 32.22 | 42.51 | 71.47 | - |
| YUV | 151.7 | 164.28 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 190 | 216 | 0.76 | 0.12 | 0 | 0.15 | 189.51 | 0.68 | 0.53 |
| Hex | 34 | BE | D8 | 4C | C | 0 | F | BE | 44 | 35 |
| Octal | 64 | 276 | 330 | 114 | 14 | 0 | 17 | 276 | 104 | 65 |
| Binary | 110100 | 10111110 | 11011000 | 1001100 | 1100 | 0 | 1111 | 10111110 | 1000100 | 110101 |
Color Harmonies of #34BED8
Complementary color
Monochromatic Colors of #34BED8
Black with #34BED8
Text Example
Text Example
White with #34BED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BED8; }
p { color: rgb(52,190,216); }
H1.HeaderClassName
{
color: #34BED8;
}
.AnyTagClassName
{
color: #34BED8;
}
</style>
background-color css
<style>
a { background-color: #34BED8; }
a { background-color: rgb(52,190,216); }
div.DivClassName
{
background-color: #34BED8;
}
.BgClassName
{
background-color: #34BED8;
}
</style>
border-color css
<style>
span { border-color: #34BED8; }
span { border-color: rgb(52,190,216); }
td.TdClassName
{
border-color: #34BED8;
}
.TagClassName
{
border-color: #34BED8;
}
</style>