Shades of Summer Sky #34B1E5
Tints of Summer Sky #34B1E5
RGB
CMYK
RGB Variations
Color information
#34B1E5 (or 0x34B1E5) is known color: Summer Sky. HEX triplet: 34, B1 and E5. RGB value is (52,177,229). Sum of RGB (Red+Green+Blue) = 52+177+229=458 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.35% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 229 (89.84% from 255 or 50% from 458); Max value from RGB is 229 - color contains mainly: blue. Hex color #34B1E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34B1E5 is #CB4E1A. Grayscale: #919191. Windows color (decimal): -13323803 or 15053108. OLE color: 15053108.
HSL color Cylindrical-coordinate representation of color #34B1E5: hue angle of 197.63º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34B1E5 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 177 | 229 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.10 |
| HSL | 197.63º | 0.77% | 0.55% | - |
| HSV(B) | 197.63º | 0.77% | 0.9% | - |
| XYZ | 31.28 | 37.83 | 79.78 | - |
| YUV | 145.55 | 175.09 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 177 | 229 | 0.77 | 0.23 | 0 | 0.10 | 197.63 | 0.77 | 0.55 |
| Hex | 34 | B1 | E5 | 4D | 17 | 0 | A | C6 | 4D | 37 |
| Octal | 64 | 261 | 345 | 115 | 27 | 0 | 12 | 306 | 115 | 67 |
| Binary | 110100 | 10110001 | 11100101 | 1001101 | 10111 | 0 | 1010 | 11000110 | 1001101 | 110111 |
Color Harmonies of #34B1E5
Complementary color
Monochromatic Colors of #34B1E5
Black with #34B1E5
Text Example
Text Example
White with #34B1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B1E5; }
p { color: rgb(52,177,229); }
H1.HeaderClassName
{
color: #34B1E5;
}
.AnyTagClassName
{
color: #34B1E5;
}
</style>
background-color css
<style>
a { background-color: #34B1E5; }
a { background-color: rgb(52,177,229); }
div.DivClassName
{
background-color: #34B1E5;
}
.BgClassName
{
background-color: #34B1E5;
}
</style>
border-color css
<style>
span { border-color: #34B1E5; }
span { border-color: rgb(52,177,229); }
td.TdClassName
{
border-color: #34B1E5;
}
.TagClassName
{
border-color: #34B1E5;
}
</style>