Shades of Summer Sky #34BACC
Tints of Summer Sky #34BACC
RGB
CMYK
RGB Variations
Color information
#34BACC (or 0x34BACC) is known color: Summer Sky. HEX triplet: 34, BA and CC. RGB value is (52,186,204). Sum of RGB (Red+Green+Blue) = 52+186+204=442 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.76% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #34BACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BACC is #CB4533. Grayscale: #939393. Windows color (decimal): -13321524 or 13417012. OLE color: 13417012.
HSL color Cylindrical-coordinate representation of color #34BACC: hue angle of 187.11º 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 #34BACC is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 186 | 204 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.2 |
| HSL | 187.11º | 0.6% | 0.5% | - |
| HSV(B) | 187.11º | 0.75% | 0.8% | - |
| XYZ | 29.87 | 40.21 | 63.31 | - |
| YUV | 147.99 | 159.61 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 204 | 0.75 | 0.09 | 0 | 0.2 | 187.11 | 0.6 | 0.5 |
| Hex | 34 | BA | CC | 4B | 9 | 0 | 14 | BB | 3C | 32 |
| Octal | 64 | 272 | 314 | 113 | 11 | 0 | 24 | 273 | 74 | 62 |
| Binary | 110100 | 10111010 | 11001100 | 1001011 | 1001 | 0 | 10100 | 10111011 | 111100 | 110010 |
Color Harmonies of #34BACC
Complementary color
Monochromatic Colors of #34BACC
Black with #34BACC
Text Example
Text Example
White with #34BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BACC; }
p { color: rgb(52,186,204); }
H1.HeaderClassName
{
color: #34BACC;
}
.AnyTagClassName
{
color: #34BACC;
}
</style>
background-color css
<style>
a { background-color: #34BACC; }
a { background-color: rgb(52,186,204); }
div.DivClassName
{
background-color: #34BACC;
}
.BgClassName
{
background-color: #34BACC;
}
</style>
border-color css
<style>
span { border-color: #34BACC; }
span { border-color: rgb(52,186,204); }
td.TdClassName
{
border-color: #34BACC;
}
.TagClassName
{
border-color: #34BACC;
}
</style>