Shades of Summer Sky #34CAE5
Tints of Summer Sky #34CAE5
RGB
CMYK
RGB Variations
Color information
#34CAE5 (or 0x34CAE5) is known color: Summer Sky. HEX triplet: 34, CA and E5. RGB value is (52,202,229). Sum of RGB (Red+Green+Blue) = 52+202+229=483 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.77% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #34CAE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CAE5 is #CB351A. Grayscale: #9F9F9F. Windows color (decimal): -13317403 or 15059508. OLE color: 15059508.
HSL color Cylindrical-coordinate representation of color #34CAE5: hue angle of 189.15º 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 #34CAE5 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 202 | 229 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.10 |
| HSL | 189.15º | 0.77% | 0.55% | - |
| HSV(B) | 189.15º | 0.77% | 0.9% | - |
| XYZ | 36.68 | 48.63 | 81.58 | - |
| YUV | 160.23 | 166.81 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 229 | 0.77 | 0.12 | 0 | 0.10 | 189.15 | 0.77 | 0.55 |
| Hex | 34 | CA | E5 | 4D | C | 0 | A | BD | 4D | 37 |
| Octal | 64 | 312 | 345 | 115 | 14 | 0 | 12 | 275 | 115 | 67 |
| Binary | 110100 | 11001010 | 11100101 | 1001101 | 1100 | 0 | 1010 | 10111101 | 1001101 | 110111 |
Color Harmonies of #34CAE5
Complementary color
Monochromatic Colors of #34CAE5
Black with #34CAE5
Text Example
Text Example
White with #34CAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CAE5; }
p { color: rgb(52,202,229); }
H1.HeaderClassName
{
color: #34CAE5;
}
.AnyTagClassName
{
color: #34CAE5;
}
</style>
background-color css
<style>
a { background-color: #34CAE5; }
a { background-color: rgb(52,202,229); }
div.DivClassName
{
background-color: #34CAE5;
}
.BgClassName
{
background-color: #34CAE5;
}
</style>
border-color css
<style>
span { border-color: #34CAE5; }
span { border-color: rgb(52,202,229); }
td.TdClassName
{
border-color: #34CAE5;
}
.TagClassName
{
border-color: #34CAE5;
}
</style>