Shades of Summer Sky #34BBCD
Tints of Summer Sky #34BBCD
RGB
CMYK
RGB Variations
Color information
#34BBCD (or 0x34BBCD) is known color: Summer Sky. HEX triplet: 34, BB and CD. RGB value is (52,187,205). Sum of RGB (Red+Green+Blue) = 52+187+205=444 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.71% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #34BBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BBCD is #CB4432. Grayscale: #949494. Windows color (decimal): -13321267 or 13482804. OLE color: 13482804.
HSL color Cylindrical-coordinate representation of color #34BBCD: hue angle of 187.06º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34BBCD is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 187 | 205 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.20 |
| HSL | 187.06º | 0.6% | 0.5% | - |
| HSV(B) | 187.06º | 0.75% | 0.8% | - |
| XYZ | 30.21 | 40.68 | 64.02 | - |
| YUV | 148.69 | 159.77 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 187 | 205 | 0.75 | 0.09 | 0 | 0.20 | 187.06 | 0.6 | 0.5 |
| Hex | 34 | BB | CD | 4B | 9 | 0 | 14 | BB | 3C | 32 |
| Octal | 64 | 273 | 315 | 113 | 11 | 0 | 24 | 273 | 74 | 62 |
| Binary | 110100 | 10111011 | 11001101 | 1001011 | 1001 | 0 | 10100 | 10111011 | 111100 | 110010 |
Color Harmonies of #34BBCD
Complementary color
Monochromatic Colors of #34BBCD
Black with #34BBCD
Text Example
Text Example
White with #34BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BBCD; }
p { color: rgb(52,187,205); }
H1.HeaderClassName
{
color: #34BBCD;
}
.AnyTagClassName
{
color: #34BBCD;
}
</style>
background-color css
<style>
a { background-color: #34BBCD; }
a { background-color: rgb(52,187,205); }
div.DivClassName
{
background-color: #34BBCD;
}
.BgClassName
{
background-color: #34BBCD;
}
</style>
border-color css
<style>
span { border-color: #34BBCD; }
span { border-color: rgb(52,187,205); }
td.TdClassName
{
border-color: #34BBCD;
}
.TagClassName
{
border-color: #34BBCD;
}
</style>