Shades of Summer Sky #34BDEF
Tints of Summer Sky #34BDEF
RGB
CMYK
RGB Variations
Color information
#34BDEF (or 0x34BDEF) is known color: Summer Sky. HEX triplet: 34, BD and EF. RGB value is (52,189,239). Sum of RGB (Red+Green+Blue) = 52+189+239=480 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.83% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #34BDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BDEF is #CB4210. Grayscale: #999999. Windows color (decimal): -13320721 or 15711540. OLE color: 15711540.
HSL color Cylindrical-coordinate representation of color #34BDEF: hue angle of 196.04º 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 #34BDEF is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 189 | 239 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.06 |
| HSL | 196.04º | 0.85% | 0.57% | - |
| HSV(B) | 196.04º | 0.78% | 0.94% | - |
| XYZ | 35.19 | 43.36 | 88.18 | - |
| YUV | 153.74 | 176.11 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 189 | 239 | 0.78 | 0.21 | 0 | 0.06 | 196.04 | 0.85 | 0.57 |
| Hex | 34 | BD | EF | 4E | 15 | 0 | 6 | C4 | 55 | 39 |
| Octal | 64 | 275 | 357 | 116 | 25 | 0 | 6 | 304 | 125 | 71 |
| Binary | 110100 | 10111101 | 11101111 | 1001110 | 10101 | 0 | 110 | 11000100 | 1010101 | 111001 |
Color Harmonies of #34BDEF
Complementary color
Monochromatic Colors of #34BDEF
Black with #34BDEF
Text Example
Text Example
White with #34BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BDEF; }
p { color: rgb(52,189,239); }
H1.HeaderClassName
{
color: #34BDEF;
}
.AnyTagClassName
{
color: #34BDEF;
}
</style>
background-color css
<style>
a { background-color: #34BDEF; }
a { background-color: rgb(52,189,239); }
div.DivClassName
{
background-color: #34BDEF;
}
.BgClassName
{
background-color: #34BDEF;
}
</style>
border-color css
<style>
span { border-color: #34BDEF; }
span { border-color: rgb(52,189,239); }
td.TdClassName
{
border-color: #34BDEF;
}
.TagClassName
{
border-color: #34BDEF;
}
</style>