Shades of Summer Sky #34BAFE
Tints of Summer Sky #34BAFE
RGB
CMYK
RGB Variations
Color information
#34BAFE (or 0x34BAFE) is known color: Summer Sky. HEX triplet: 34, BA and FE. RGB value is (52,186,254). Sum of RGB (Red+Green+Blue) = 52+186+254=492 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.57% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #34BAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BAFE is #CB4501. Grayscale: #999999. Windows color (decimal): -13321474 or 16693812. OLE color: 16693812.
HSL color Cylindrical-coordinate representation of color #34BAFE: hue angle of 200.2º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34BAFE is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 186 | 254 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.00 |
| HSL | 200.2º | 0.99% | 0.6% | - |
| HSV(B) | 200.2º | 0.8% | 1% | - |
| XYZ | 36.86 | 43 | 100.12 | - |
| YUV | 153.69 | 184.61 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 254 | 0.80 | 0.27 | 0 | 0.00 | 200.2 | 0.99 | 0.6 |
| Hex | 34 | BA | FE | 50 | 1B | 0 | 0 | C8 | 63 | 3C |
| Octal | 64 | 272 | 376 | 120 | 33 | 0 | 0 | 310 | 143 | 74 |
| Binary | 110100 | 10111010 | 11111110 | 1010000 | 11011 | 0 | 0 | 11001000 | 1100011 | 111100 |
Color Harmonies of #34BAFE
Complementary color
Monochromatic Colors of #34BAFE
Black with #34BAFE
Text Example
Text Example
White with #34BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BAFE; }
p { color: rgb(52,186,254); }
H1.HeaderClassName
{
color: #34BAFE;
}
.AnyTagClassName
{
color: #34BAFE;
}
</style>
background-color css
<style>
a { background-color: #34BAFE; }
a { background-color: rgb(52,186,254); }
div.DivClassName
{
background-color: #34BAFE;
}
.BgClassName
{
background-color: #34BAFE;
}
</style>
border-color css
<style>
span { border-color: #34BAFE; }
span { border-color: rgb(52,186,254); }
td.TdClassName
{
border-color: #34BAFE;
}
.TagClassName
{
border-color: #34BAFE;
}
</style>