Shades of Summer Sky #34B9D8
Tints of Summer Sky #34B9D8
RGB
CMYK
RGB Variations
Color information
#34B9D8 (or 0x34B9D8) is known color: Summer Sky. HEX triplet: 34, B9 and D8. RGB value is (52,185,216). Sum of RGB (Red+Green+Blue) = 52+185+216=453 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.48% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 216 - color contains mainly: blue. Hex color #34B9D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B9D8 is #CB4627. Grayscale: #949494. Windows color (decimal): -13321768 or 14203188. OLE color: 14203188.
HSL color Cylindrical-coordinate representation of color #34B9D8: hue angle of 191.34º 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 #34B9D8 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 185 | 216 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.15 |
| HSL | 191.34º | 0.68% | 0.53% | - |
| HSV(B) | 191.34º | 0.76% | 0.85% | - |
| XYZ | 31.16 | 40.39 | 71.12 | - |
| YUV | 148.77 | 165.94 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 185 | 216 | 0.76 | 0.14 | 0 | 0.15 | 191.34 | 0.68 | 0.53 |
| Hex | 34 | B9 | D8 | 4C | E | 0 | F | BF | 44 | 35 |
| Octal | 64 | 271 | 330 | 114 | 16 | 0 | 17 | 277 | 104 | 65 |
| Binary | 110100 | 10111001 | 11011000 | 1001100 | 1110 | 0 | 1111 | 10111111 | 1000100 | 110101 |
Color Harmonies of #34B9D8
Complementary color
Monochromatic Colors of #34B9D8
Black with #34B9D8
Text Example
Text Example
White with #34B9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B9D8; }
p { color: rgb(52,185,216); }
H1.HeaderClassName
{
color: #34B9D8;
}
.AnyTagClassName
{
color: #34B9D8;
}
</style>
background-color css
<style>
a { background-color: #34B9D8; }
a { background-color: rgb(52,185,216); }
div.DivClassName
{
background-color: #34B9D8;
}
.BgClassName
{
background-color: #34B9D8;
}
</style>
border-color css
<style>
span { border-color: #34B9D8; }
span { border-color: rgb(52,185,216); }
td.TdClassName
{
border-color: #34B9D8;
}
.TagClassName
{
border-color: #34B9D8;
}
</style>