Shades of Summer Sky #34ADEF
Tints of Summer Sky #34ADEF
RGB
CMYK
RGB Variations
Color information
#34ADEF (or 0x34ADEF) is known color: Summer Sky. HEX triplet: 34, AD and EF. RGB value is (52,173,239). Sum of RGB (Red+Green+Blue) = 52+173+239=464 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.21% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #34ADEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34ADEF is #CB5210. Grayscale: #8F8F8F. Windows color (decimal): -13324817 or 15707444. OLE color: 15707444.
HSL color Cylindrical-coordinate representation of color #34ADEF: hue angle of 201.18º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34ADEF is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 173 | 239 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.06 |
| HSL | 201.18º | 0.85% | 0.57% | - |
| HSV(B) | 201.18º | 0.78% | 0.94% | - |
| XYZ | 31.94 | 36.85 | 87.09 | - |
| YUV | 144.35 | 181.41 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 239 | 0.78 | 0.28 | 0 | 0.06 | 201.18 | 0.85 | 0.57 |
| Hex | 34 | AD | EF | 4E | 1C | 0 | 6 | C9 | 55 | 39 |
| Octal | 64 | 255 | 357 | 116 | 34 | 0 | 6 | 311 | 125 | 71 |
| Binary | 110100 | 10101101 | 11101111 | 1001110 | 11100 | 0 | 110 | 11001001 | 1010101 | 111001 |
Color Harmonies of #34ADEF
Complementary color
Monochromatic Colors of #34ADEF
Black with #34ADEF
Text Example
Text Example
White with #34ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ADEF; }
p { color: rgb(52,173,239); }
H1.HeaderClassName
{
color: #34ADEF;
}
.AnyTagClassName
{
color: #34ADEF;
}
</style>
background-color css
<style>
a { background-color: #34ADEF; }
a { background-color: rgb(52,173,239); }
div.DivClassName
{
background-color: #34ADEF;
}
.BgClassName
{
background-color: #34ADEF;
}
</style>
border-color css
<style>
span { border-color: #34ADEF; }
span { border-color: rgb(52,173,239); }
td.TdClassName
{
border-color: #34ADEF;
}
.TagClassName
{
border-color: #34ADEF;
}
</style>