Shades of Summer Sky #34ABEE
Tints of Summer Sky #34ABEE
RGB
CMYK
RGB Variations
Color information
#34ABEE (or 0x34ABEE) is known color: Summer Sky. HEX triplet: 34, AB and EE. RGB value is (52,171,238). Sum of RGB (Red+Green+Blue) = 52+171+238=461 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.28% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #34ABEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34ABEE is #CB5411. Grayscale: #8E8E8E. Windows color (decimal): -13325330 or 15641396. OLE color: 15641396.
HSL color Cylindrical-coordinate representation of color #34ABEE: hue angle of 201.61º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34ABEE is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 171 | 238 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.07 |
| HSL | 201.61º | 0.85% | 0.57% | - |
| HSV(B) | 201.61º | 0.78% | 0.93% | - |
| XYZ | 31.41 | 36.03 | 86.19 | - |
| YUV | 143.06 | 181.58 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 171 | 238 | 0.78 | 0.28 | 0 | 0.07 | 201.61 | 0.85 | 0.57 |
| Hex | 34 | AB | EE | 4E | 1C | 0 | 7 | CA | 55 | 39 |
| Octal | 64 | 253 | 356 | 116 | 34 | 0 | 7 | 312 | 125 | 71 |
| Binary | 110100 | 10101011 | 11101110 | 1001110 | 11100 | 0 | 111 | 11001010 | 1010101 | 111001 |
Color Harmonies of #34ABEE
Complementary color
Monochromatic Colors of #34ABEE
Black with #34ABEE
Text Example
Text Example
White with #34ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ABEE; }
p { color: rgb(52,171,238); }
H1.HeaderClassName
{
color: #34ABEE;
}
.AnyTagClassName
{
color: #34ABEE;
}
</style>
background-color css
<style>
a { background-color: #34ABEE; }
a { background-color: rgb(52,171,238); }
div.DivClassName
{
background-color: #34ABEE;
}
.BgClassName
{
background-color: #34ABEE;
}
</style>
border-color css
<style>
span { border-color: #34ABEE; }
span { border-color: rgb(52,171,238); }
td.TdClassName
{
border-color: #34ABEE;
}
.TagClassName
{
border-color: #34ABEE;
}
</style>