Shades of Summer Sky #34BAE6
Tints of Summer Sky #34BAE6
RGB
CMYK
RGB Variations
Color information
#34BAE6 (or 0x34BAE6) is known color: Summer Sky. HEX triplet: 34, BA and E6. RGB value is (52,186,230). Sum of RGB (Red+Green+Blue) = 52+186+230=468 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.11% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 230 (90.23% from 255 or 49.15% from 468); Max value from RGB is 230 - color contains mainly: blue. Hex color #34BAE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BAE6 is #CB4519. Grayscale: #969696. Windows color (decimal): -13321498 or 15120948. OLE color: 15120948.
HSL color Cylindrical-coordinate representation of color #34BAE6: hue angle of 194.83º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34BAE6 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 186 | 230 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.10 |
| HSL | 194.83º | 0.78% | 0.55% | - |
| HSV(B) | 194.83º | 0.77% | 0.9% | - |
| XYZ | 33.26 | 41.56 | 81.13 | - |
| YUV | 150.95 | 172.61 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 230 | 0.77 | 0.19 | 0 | 0.10 | 194.83 | 0.78 | 0.55 |
| Hex | 34 | BA | E6 | 4D | 13 | 0 | A | C3 | 4E | 37 |
| Octal | 64 | 272 | 346 | 115 | 23 | 0 | 12 | 303 | 116 | 67 |
| Binary | 110100 | 10111010 | 11100110 | 1001101 | 10011 | 0 | 1010 | 11000011 | 1001110 | 110111 |
Color Harmonies of #34BAE6
Complementary color
Monochromatic Colors of #34BAE6
Black with #34BAE6
Text Example
Text Example
White with #34BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BAE6; }
p { color: rgb(52,186,230); }
H1.HeaderClassName
{
color: #34BAE6;
}
.AnyTagClassName
{
color: #34BAE6;
}
</style>
background-color css
<style>
a { background-color: #34BAE6; }
a { background-color: rgb(52,186,230); }
div.DivClassName
{
background-color: #34BAE6;
}
.BgClassName
{
background-color: #34BAE6;
}
</style>
border-color css
<style>
span { border-color: #34BAE6; }
span { border-color: rgb(52,186,230); }
td.TdClassName
{
border-color: #34BAE6;
}
.TagClassName
{
border-color: #34BAE6;
}
</style>