Shades of Summer Sky #34BFDB
Tints of Summer Sky #34BFDB
RGB
CMYK
RGB Variations
Color information
#34BFDB (or 0x34BFDB) is known color: Summer Sky. HEX triplet: 34, BF and DB. RGB value is (52,191,219). Sum of RGB (Red+Green+Blue) = 52+191+219=462 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.26% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #34BFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BFDB is #CB4024. Grayscale: #989898. Windows color (decimal): -13320229 or 14401332. OLE color: 14401332.
HSL color Cylindrical-coordinate representation of color #34BFDB: hue angle of 190.06º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34BFDB is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 191 | 219 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.14 |
| HSL | 190.06º | 0.7% | 0.53% | - |
| HSV(B) | 190.06º | 0.76% | 0.86% | - |
| XYZ | 32.83 | 43.11 | 73.61 | - |
| YUV | 152.63 | 165.45 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 191 | 219 | 0.76 | 0.13 | 0 | 0.14 | 190.06 | 0.7 | 0.53 |
| Hex | 34 | BF | DB | 4C | D | 0 | E | BE | 46 | 35 |
| Octal | 64 | 277 | 333 | 114 | 15 | 0 | 16 | 276 | 106 | 65 |
| Binary | 110100 | 10111111 | 11011011 | 1001100 | 1101 | 0 | 1110 | 10111110 | 1000110 | 110101 |
Color Harmonies of #34BFDB
Complementary color
Monochromatic Colors of #34BFDB
Black with #34BFDB
Text Example
Text Example
White with #34BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BFDB; }
p { color: rgb(52,191,219); }
H1.HeaderClassName
{
color: #34BFDB;
}
.AnyTagClassName
{
color: #34BFDB;
}
</style>
background-color css
<style>
a { background-color: #34BFDB; }
a { background-color: rgb(52,191,219); }
div.DivClassName
{
background-color: #34BFDB;
}
.BgClassName
{
background-color: #34BFDB;
}
</style>
border-color css
<style>
span { border-color: #34BFDB; }
span { border-color: rgb(52,191,219); }
td.TdClassName
{
border-color: #34BFDB;
}
.TagClassName
{
border-color: #34BFDB;
}
</style>