Shades of Summer Sky #34BFE5
Tints of Summer Sky #34BFE5
RGB
CMYK
RGB Variations
Color information
#34BFE5 (or 0x34BFE5) is known color: Summer Sky. HEX triplet: 34, BF and E5. RGB value is (52,191,229). Sum of RGB (Red+Green+Blue) = 52+191+229=472 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.02% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #34BFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BFE5 is #CB401A. Grayscale: #999999. Windows color (decimal): -13320219 or 15056692. OLE color: 15056692.
HSL color Cylindrical-coordinate representation of color #34BFE5: hue angle of 192.88º 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 #34BFE5 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 191 | 229 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.10 |
| HSL | 192.88º | 0.77% | 0.55% | - |
| HSV(B) | 192.88º | 0.77% | 0.9% | - |
| XYZ | 34.19 | 43.65 | 80.75 | - |
| YUV | 153.77 | 170.45 | 55.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 191 | 229 | 0.77 | 0.17 | 0 | 0.10 | 192.88 | 0.77 | 0.55 |
| Hex | 34 | BF | E5 | 4D | 11 | 0 | A | C1 | 4D | 37 |
| Octal | 64 | 277 | 345 | 115 | 21 | 0 | 12 | 301 | 115 | 67 |
| Binary | 110100 | 10111111 | 11100101 | 1001101 | 10001 | 0 | 1010 | 11000001 | 1001101 | 110111 |
Color Harmonies of #34BFE5
Complementary color
Monochromatic Colors of #34BFE5
Black with #34BFE5
Text Example
Text Example
White with #34BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BFE5; }
p { color: rgb(52,191,229); }
H1.HeaderClassName
{
color: #34BFE5;
}
.AnyTagClassName
{
color: #34BFE5;
}
</style>
background-color css
<style>
a { background-color: #34BFE5; }
a { background-color: rgb(52,191,229); }
div.DivClassName
{
background-color: #34BFE5;
}
.BgClassName
{
background-color: #34BFE5;
}
</style>
border-color css
<style>
span { border-color: #34BFE5; }
span { border-color: rgb(52,191,229); }
td.TdClassName
{
border-color: #34BFE5;
}
.TagClassName
{
border-color: #34BFE5;
}
</style>