Shades of Summer Sky #34BFEA
Tints of Summer Sky #34BFEA
RGB
CMYK
RGB Variations
Color information
#34BFEA (or 0x34BFEA) is known color: Summer Sky. HEX triplet: 34, BF and EA. RGB value is (52,191,234). Sum of RGB (Red+Green+Blue) = 52+191+234=477 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.90% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #34BFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BFEA is #CB4015. Grayscale: #9A9A9A. Windows color (decimal): -13320214 or 15384372. OLE color: 15384372.
HSL color Cylindrical-coordinate representation of color #34BFEA: hue angle of 194.18º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34BFEA is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 191 | 234 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.08 |
| HSL | 194.18º | 0.81% | 0.56% | - |
| HSV(B) | 194.18º | 0.78% | 0.92% | - |
| XYZ | 34.9 | 43.93 | 84.48 | - |
| YUV | 154.34 | 172.95 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 191 | 234 | 0.78 | 0.18 | 0 | 0.08 | 194.18 | 0.81 | 0.56 |
| Hex | 34 | BF | EA | 4E | 12 | 0 | 8 | C2 | 51 | 38 |
| Octal | 64 | 277 | 352 | 116 | 22 | 0 | 10 | 302 | 121 | 70 |
| Binary | 110100 | 10111111 | 11101010 | 1001110 | 10010 | 0 | 1000 | 11000010 | 1010001 | 111000 |
Color Harmonies of #34BFEA
Complementary color
Monochromatic Colors of #34BFEA
Black with #34BFEA
Text Example
Text Example
White with #34BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BFEA; }
p { color: rgb(52,191,234); }
H1.HeaderClassName
{
color: #34BFEA;
}
.AnyTagClassName
{
color: #34BFEA;
}
</style>
background-color css
<style>
a { background-color: #34BFEA; }
a { background-color: rgb(52,191,234); }
div.DivClassName
{
background-color: #34BFEA;
}
.BgClassName
{
background-color: #34BFEA;
}
</style>
border-color css
<style>
span { border-color: #34BFEA; }
span { border-color: rgb(52,191,234); }
td.TdClassName
{
border-color: #34BFEA;
}
.TagClassName
{
border-color: #34BFEA;
}
</style>