Shades of Summer Sky #34ACCD
Tints of Summer Sky #34ACCD
RGB
CMYK
RGB Variations
Color information
#34ACCD (or 0x34ACCD) is known color: Summer Sky. HEX triplet: 34, AC and CD. RGB value is (52,172,205). Sum of RGB (Red+Green+Blue) = 52+172+205=429 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.12% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #34ACCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ACCD is #CB5332. Grayscale: #8B8B8B. Windows color (decimal): -13325107 or 13478964. OLE color: 13478964.
HSL color Cylindrical-coordinate representation of color #34ACCD: hue angle of 192.94º 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 #34ACCD is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 172 | 205 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.20 |
| HSL | 192.94º | 0.6% | 0.5% | - |
| HSV(B) | 192.94º | 0.75% | 0.8% | - |
| XYZ | 27.19 | 34.64 | 63.01 | - |
| YUV | 139.88 | 164.74 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 172 | 205 | 0.75 | 0.16 | 0 | 0.20 | 192.94 | 0.6 | 0.5 |
| Hex | 34 | AC | CD | 4B | 10 | 0 | 14 | C1 | 3C | 32 |
| Octal | 64 | 254 | 315 | 113 | 20 | 0 | 24 | 301 | 74 | 62 |
| Binary | 110100 | 10101100 | 11001101 | 1001011 | 10000 | 0 | 10100 | 11000001 | 111100 | 110010 |
Color Harmonies of #34ACCD
Complementary color
Monochromatic Colors of #34ACCD
Black with #34ACCD
Text Example
Text Example
White with #34ACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ACCD; }
p { color: rgb(52,172,205); }
H1.HeaderClassName
{
color: #34ACCD;
}
.AnyTagClassName
{
color: #34ACCD;
}
</style>
background-color css
<style>
a { background-color: #34ACCD; }
a { background-color: rgb(52,172,205); }
div.DivClassName
{
background-color: #34ACCD;
}
.BgClassName
{
background-color: #34ACCD;
}
</style>
border-color css
<style>
span { border-color: #34ACCD; }
span { border-color: rgb(52,172,205); }
td.TdClassName
{
border-color: #34ACCD;
}
.TagClassName
{
border-color: #34ACCD;
}
</style>