Shades of Summer Sky #34BED0
Tints of Summer Sky #34BED0
RGB
CMYK
RGB Variations
Color information
#34BED0 (or 0x34BED0) is known color: Summer Sky. HEX triplet: 34, BE and D0. RGB value is (52,190,208). Sum of RGB (Red+Green+Blue) = 52+190+208=450 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.56% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #34BED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BED0 is #CB412F. Grayscale: #969696. Windows color (decimal): -13320496 or 13680180. OLE color: 13680180.
HSL color Cylindrical-coordinate representation of color #34BED0: hue angle of 186.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34BED0 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 190 | 208 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.18 |
| HSL | 186.92º | 0.62% | 0.51% | - |
| HSV(B) | 186.92º | 0.75% | 0.82% | - |
| XYZ | 31.21 | 42.11 | 66.16 | - |
| YUV | 150.79 | 160.28 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 190 | 208 | 0.75 | 0.09 | 0 | 0.18 | 186.92 | 0.62 | 0.51 |
| Hex | 34 | BE | D0 | 4B | 9 | 0 | 12 | BB | 3E | 33 |
| Octal | 64 | 276 | 320 | 113 | 11 | 0 | 22 | 273 | 76 | 63 |
| Binary | 110100 | 10111110 | 11010000 | 1001011 | 1001 | 0 | 10010 | 10111011 | 111110 | 110011 |
Color Harmonies of #34BED0
Complementary color
Monochromatic Colors of #34BED0
Black with #34BED0
Text Example
Text Example
White with #34BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BED0; }
p { color: rgb(52,190,208); }
H1.HeaderClassName
{
color: #34BED0;
}
.AnyTagClassName
{
color: #34BED0;
}
</style>
background-color css
<style>
a { background-color: #34BED0; }
a { background-color: rgb(52,190,208); }
div.DivClassName
{
background-color: #34BED0;
}
.BgClassName
{
background-color: #34BED0;
}
</style>
border-color css
<style>
span { border-color: #34BED0; }
span { border-color: rgb(52,190,208); }
td.TdClassName
{
border-color: #34BED0;
}
.TagClassName
{
border-color: #34BED0;
}
</style>