Shades of Summer Sky #34AFE0
Tints of Summer Sky #34AFE0
RGB
CMYK
RGB Variations
Color information
#34AFE0 (or 0x34AFE0) is known color: Summer Sky. HEX triplet: 34, AF and E0. RGB value is (52,175,224). Sum of RGB (Red+Green+Blue) = 52+175+224=451 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.53% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #34AFE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AFE0 is #CB501F. Grayscale: #8F8F8F. Windows color (decimal): -13324320 or 14724916. OLE color: 14724916.
HSL color Cylindrical-coordinate representation of color #34AFE0: hue angle of 197.09º 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 #34AFE0 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 175 | 224 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.12 |
| HSL | 197.09º | 0.74% | 0.54% | - |
| HSV(B) | 197.09º | 0.77% | 0.88% | - |
| XYZ | 30.2 | 36.77 | 76.03 | - |
| YUV | 143.81 | 173.25 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 224 | 0.77 | 0.22 | 0 | 0.12 | 197.09 | 0.74 | 0.54 |
| Hex | 34 | AF | E0 | 4D | 16 | 0 | C | C5 | 4A | 36 |
| Octal | 64 | 257 | 340 | 115 | 26 | 0 | 14 | 305 | 112 | 66 |
| Binary | 110100 | 10101111 | 11100000 | 1001101 | 10110 | 0 | 1100 | 11000101 | 1001010 | 110110 |
Color Harmonies of #34AFE0
Complementary color
Monochromatic Colors of #34AFE0
Black with #34AFE0
Text Example
Text Example
White with #34AFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AFE0; }
p { color: rgb(52,175,224); }
H1.HeaderClassName
{
color: #34AFE0;
}
.AnyTagClassName
{
color: #34AFE0;
}
</style>
background-color css
<style>
a { background-color: #34AFE0; }
a { background-color: rgb(52,175,224); }
div.DivClassName
{
background-color: #34AFE0;
}
.BgClassName
{
background-color: #34AFE0;
}
</style>
border-color css
<style>
span { border-color: #34AFE0; }
span { border-color: rgb(52,175,224); }
td.TdClassName
{
border-color: #34AFE0;
}
.TagClassName
{
border-color: #34AFE0;
}
</style>