Shades of Summer Sky #34B9CF
Tints of Summer Sky #34B9CF
RGB
CMYK
RGB Variations
Color information
#34B9CF (or 0x34B9CF) is known color: Summer Sky. HEX triplet: 34, B9 and CF. RGB value is (52,185,207). Sum of RGB (Red+Green+Blue) = 52+185+207=444 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.71% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #34B9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B9CF is #CB4630. Grayscale: #939393. Windows color (decimal): -13321777 or 13613364. OLE color: 13613364.
HSL color Cylindrical-coordinate representation of color #34B9CF: hue angle of 188.52º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34B9CF is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 185 | 207 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.19 |
| HSL | 188.52º | 0.62% | 0.51% | - |
| HSV(B) | 188.52º | 0.75% | 0.81% | - |
| XYZ | 30.03 | 39.93 | 65.16 | - |
| YUV | 147.74 | 161.44 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 185 | 207 | 0.75 | 0.11 | 0 | 0.19 | 188.52 | 0.62 | 0.51 |
| Hex | 34 | B9 | CF | 4B | B | 0 | 13 | BD | 3E | 33 |
| Octal | 64 | 271 | 317 | 113 | 13 | 0 | 23 | 275 | 76 | 63 |
| Binary | 110100 | 10111001 | 11001111 | 1001011 | 1011 | 0 | 10011 | 10111101 | 111110 | 110011 |
Color Harmonies of #34B9CF
Complementary color
Monochromatic Colors of #34B9CF
Black with #34B9CF
Text Example
Text Example
White with #34B9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B9CF; }
p { color: rgb(52,185,207); }
H1.HeaderClassName
{
color: #34B9CF;
}
.AnyTagClassName
{
color: #34B9CF;
}
</style>
background-color css
<style>
a { background-color: #34B9CF; }
a { background-color: rgb(52,185,207); }
div.DivClassName
{
background-color: #34B9CF;
}
.BgClassName
{
background-color: #34B9CF;
}
</style>
border-color css
<style>
span { border-color: #34B9CF; }
span { border-color: rgb(52,185,207); }
td.TdClassName
{
border-color: #34B9CF;
}
.TagClassName
{
border-color: #34B9CF;
}
</style>