Shades of Summer Sky #34BFCD
Tints of Summer Sky #34BFCD
RGB
CMYK
RGB Variations
Color information
#34BFCD (or 0x34BFCD) is known color: Summer Sky. HEX triplet: 34, BF and CD. RGB value is (52,191,205). Sum of RGB (Red+Green+Blue) = 52+191+205=448 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.61% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #34BFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BFCD is #CB4032. Grayscale: #969696. Windows color (decimal): -13320243 or 13483828. OLE color: 13483828.
HSL color Cylindrical-coordinate representation of color #34BFCD: hue angle of 185.49º 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 #34BFCD is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 191 | 205 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.20 |
| HSL | 185.49º | 0.6% | 0.5% | - |
| HSV(B) | 185.49º | 0.75% | 0.8% | - |
| XYZ | 31.07 | 42.4 | 64.3 | - |
| YUV | 151.04 | 158.45 | 57.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 191 | 205 | 0.75 | 0.07 | 0 | 0.20 | 185.49 | 0.6 | 0.5 |
| Hex | 34 | BF | CD | 4B | 7 | 0 | 14 | B9 | 3C | 32 |
| Octal | 64 | 277 | 315 | 113 | 7 | 0 | 24 | 271 | 74 | 62 |
| Binary | 110100 | 10111111 | 11001101 | 1001011 | 111 | 0 | 10100 | 10111001 | 111100 | 110010 |
Color Harmonies of #34BFCD
Complementary color
Monochromatic Colors of #34BFCD
Black with #34BFCD
Text Example
Text Example
White with #34BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BFCD; }
p { color: rgb(52,191,205); }
H1.HeaderClassName
{
color: #34BFCD;
}
.AnyTagClassName
{
color: #34BFCD;
}
</style>
background-color css
<style>
a { background-color: #34BFCD; }
a { background-color: rgb(52,191,205); }
div.DivClassName
{
background-color: #34BFCD;
}
.BgClassName
{
background-color: #34BFCD;
}
</style>
border-color css
<style>
span { border-color: #34BFCD; }
span { border-color: rgb(52,191,205); }
td.TdClassName
{
border-color: #34BFCD;
}
.TagClassName
{
border-color: #34BFCD;
}
</style>