Shades of Summer Sky #34A0CC
Tints of Summer Sky #34A0CC
RGB
CMYK
RGB Variations
Color information
#34A0CC (or 0x34A0CC) is known color: Summer Sky. HEX triplet: 34, A0 and CC. RGB value is (52,160,204). Sum of RGB (Red+Green+Blue) = 52+160+204=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #34A0CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A0CC is #CB5F33. Grayscale: #848484. Windows color (decimal): -13328180 or 13410356. OLE color: 13410356.
HSL color Cylindrical-coordinate representation of color #34A0CC: hue angle of 197.37º 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 #34A0CC is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 160 | 204 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.2 |
| HSL | 197.37º | 0.6% | 0.5% | - |
| HSV(B) | 197.37º | 0.75% | 0.8% | - |
| XYZ | 24.89 | 30.23 | 61.65 | - |
| YUV | 132.72 | 168.22 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 160 | 204 | 0.75 | 0.22 | 0 | 0.2 | 197.37 | 0.6 | 0.5 |
| Hex | 34 | A0 | CC | 4B | 16 | 0 | 14 | C5 | 3C | 32 |
| Octal | 64 | 240 | 314 | 113 | 26 | 0 | 24 | 305 | 74 | 62 |
| Binary | 110100 | 10100000 | 11001100 | 1001011 | 10110 | 0 | 10100 | 11000101 | 111100 | 110010 |
Color Harmonies of #34A0CC
Complementary color
Monochromatic Colors of #34A0CC
Black with #34A0CC
Text Example
Text Example
White with #34A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A0CC; }
p { color: rgb(52,160,204); }
H1.HeaderClassName
{
color: #34A0CC;
}
.AnyTagClassName
{
color: #34A0CC;
}
</style>
background-color css
<style>
a { background-color: #34A0CC; }
a { background-color: rgb(52,160,204); }
div.DivClassName
{
background-color: #34A0CC;
}
.BgClassName
{
background-color: #34A0CC;
}
</style>
border-color css
<style>
span { border-color: #34A0CC; }
span { border-color: rgb(52,160,204); }
td.TdClassName
{
border-color: #34A0CC;
}
.TagClassName
{
border-color: #34A0CC;
}
</style>