Shades of Summer Sky #34CAE0
Tints of Summer Sky #34CAE0
RGB
CMYK
RGB Variations
Color information
#34CAE0 (or 0x34CAE0) is known color: Summer Sky. HEX triplet: 34, CA and E0. RGB value is (52,202,224). Sum of RGB (Red+Green+Blue) = 52+202+224=478 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.88% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #34CAE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CAE0 is #CB351F. Grayscale: #9F9F9F. Windows color (decimal): -13317408 or 14731828. OLE color: 14731828.
HSL color Cylindrical-coordinate representation of color #34CAE0: hue angle of 187.67º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34CAE0 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 202 | 224 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.12 |
| HSL | 187.67º | 0.74% | 0.54% | - |
| HSV(B) | 187.67º | 0.77% | 0.88% | - |
| XYZ | 35.99 | 48.35 | 77.96 | - |
| YUV | 159.66 | 164.31 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 224 | 0.77 | 0.10 | 0 | 0.12 | 187.67 | 0.74 | 0.54 |
| Hex | 34 | CA | E0 | 4D | A | 0 | C | BC | 4A | 36 |
| Octal | 64 | 312 | 340 | 115 | 12 | 0 | 14 | 274 | 112 | 66 |
| Binary | 110100 | 11001010 | 11100000 | 1001101 | 1010 | 0 | 1100 | 10111100 | 1001010 | 110110 |
Color Harmonies of #34CAE0
Complementary color
Monochromatic Colors of #34CAE0
Black with #34CAE0
Text Example
Text Example
White with #34CAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CAE0; }
p { color: rgb(52,202,224); }
H1.HeaderClassName
{
color: #34CAE0;
}
.AnyTagClassName
{
color: #34CAE0;
}
</style>
background-color css
<style>
a { background-color: #34CAE0; }
a { background-color: rgb(52,202,224); }
div.DivClassName
{
background-color: #34CAE0;
}
.BgClassName
{
background-color: #34CAE0;
}
</style>
border-color css
<style>
span { border-color: #34CAE0; }
span { border-color: rgb(52,202,224); }
td.TdClassName
{
border-color: #34CAE0;
}
.TagClassName
{
border-color: #34CAE0;
}
</style>