Shades of Summer Sky #34BADE
Tints of Summer Sky #34BADE
RGB
CMYK
RGB Variations
Color information
#34BADE (or 0x34BADE) is known color: Summer Sky. HEX triplet: 34, BA and DE. RGB value is (52,186,222). Sum of RGB (Red+Green+Blue) = 52+186+222=460 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.30% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #34BADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BADE is #CB4521. Grayscale: #959595. Windows color (decimal): -13321506 or 14596660. OLE color: 14596660.
HSL color Cylindrical-coordinate representation of color #34BADE: hue angle of 192.71º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34BADE is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 186 | 222 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.13 |
| HSL | 192.71º | 0.72% | 0.54% | - |
| HSV(B) | 192.71º | 0.77% | 0.87% | - |
| XYZ | 32.16 | 41.12 | 75.35 | - |
| YUV | 150.04 | 168.61 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 222 | 0.77 | 0.16 | 0 | 0.13 | 192.71 | 0.72 | 0.54 |
| Hex | 34 | BA | DE | 4D | 10 | 0 | D | C1 | 48 | 36 |
| Octal | 64 | 272 | 336 | 115 | 20 | 0 | 15 | 301 | 110 | 66 |
| Binary | 110100 | 10111010 | 11011110 | 1001101 | 10000 | 0 | 1101 | 11000001 | 1001000 | 110110 |
Color Harmonies of #34BADE
Complementary color
Monochromatic Colors of #34BADE
Black with #34BADE
Text Example
Text Example
White with #34BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BADE; }
p { color: rgb(52,186,222); }
H1.HeaderClassName
{
color: #34BADE;
}
.AnyTagClassName
{
color: #34BADE;
}
</style>
background-color css
<style>
a { background-color: #34BADE; }
a { background-color: rgb(52,186,222); }
div.DivClassName
{
background-color: #34BADE;
}
.BgClassName
{
background-color: #34BADE;
}
</style>
border-color css
<style>
span { border-color: #34BADE; }
span { border-color: rgb(52,186,222); }
td.TdClassName
{
border-color: #34BADE;
}
.TagClassName
{
border-color: #34BADE;
}
</style>