Shades of Summer Sky #34CBE5
Tints of Summer Sky #34CBE5
RGB
CMYK
RGB Variations
Color information
#34CBE5 (or 0x34CBE5) is known color: Summer Sky. HEX triplet: 34, CB and E5. RGB value is (52,203,229). Sum of RGB (Red+Green+Blue) = 52+203+229=484 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.74% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #34CBE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CBE5 is #CB341A. Grayscale: #A0A0A0. Windows color (decimal): -13317147 or 15059764. OLE color: 15059764.
HSL color Cylindrical-coordinate representation of color #34CBE5: hue angle of 188.81º 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 #34CBE5 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 203 | 229 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.10 |
| HSL | 188.81º | 0.77% | 0.55% | - |
| HSV(B) | 188.81º | 0.77% | 0.9% | - |
| XYZ | 36.91 | 49.1 | 81.66 | - |
| YUV | 160.82 | 166.47 | 50.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 229 | 0.77 | 0.11 | 0 | 0.10 | 188.81 | 0.77 | 0.55 |
| Hex | 34 | CB | E5 | 4D | B | 0 | A | BD | 4D | 37 |
| Octal | 64 | 313 | 345 | 115 | 13 | 0 | 12 | 275 | 115 | 67 |
| Binary | 110100 | 11001011 | 11100101 | 1001101 | 1011 | 0 | 1010 | 10111101 | 1001101 | 110111 |
Color Harmonies of #34CBE5
Complementary color
Monochromatic Colors of #34CBE5
Black with #34CBE5
Text Example
Text Example
White with #34CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CBE5; }
p { color: rgb(52,203,229); }
H1.HeaderClassName
{
color: #34CBE5;
}
.AnyTagClassName
{
color: #34CBE5;
}
</style>
background-color css
<style>
a { background-color: #34CBE5; }
a { background-color: rgb(52,203,229); }
div.DivClassName
{
background-color: #34CBE5;
}
.BgClassName
{
background-color: #34CBE5;
}
</style>
border-color css
<style>
span { border-color: #34CBE5; }
span { border-color: rgb(52,203,229); }
td.TdClassName
{
border-color: #34CBE5;
}
.TagClassName
{
border-color: #34CBE5;
}
</style>