Shades of Summer Sky #34AFDD
Tints of Summer Sky #34AFDD
RGB
CMYK
RGB Variations
Color information
#34AFDD (or 0x34AFDD) is known color: Summer Sky. HEX triplet: 34, AF and DD. RGB value is (52,175,221). Sum of RGB (Red+Green+Blue) = 52+175+221=448 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.61% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #34AFDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AFDD is #CB5022. Grayscale: #8F8F8F. Windows color (decimal): -13324323 or 14528308. OLE color: 14528308.
HSL color Cylindrical-coordinate representation of color #34AFDD: hue angle of 196.33º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34AFDD is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 175 | 221 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.13 |
| HSL | 196.33º | 0.71% | 0.54% | - |
| HSV(B) | 196.33º | 0.76% | 0.87% | - |
| XYZ | 29.8 | 36.61 | 73.9 | - |
| YUV | 143.47 | 171.75 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 221 | 0.76 | 0.21 | 0 | 0.13 | 196.33 | 0.71 | 0.54 |
| Hex | 34 | AF | DD | 4C | 15 | 0 | D | C4 | 47 | 36 |
| Octal | 64 | 257 | 335 | 114 | 25 | 0 | 15 | 304 | 107 | 66 |
| Binary | 110100 | 10101111 | 11011101 | 1001100 | 10101 | 0 | 1101 | 11000100 | 1000111 | 110110 |
Color Harmonies of #34AFDD
Complementary color
Monochromatic Colors of #34AFDD
Black with #34AFDD
Text Example
Text Example
White with #34AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AFDD; }
p { color: rgb(52,175,221); }
H1.HeaderClassName
{
color: #34AFDD;
}
.AnyTagClassName
{
color: #34AFDD;
}
</style>
background-color css
<style>
a { background-color: #34AFDD; }
a { background-color: rgb(52,175,221); }
div.DivClassName
{
background-color: #34AFDD;
}
.BgClassName
{
background-color: #34AFDD;
}
</style>
border-color css
<style>
span { border-color: #34AFDD; }
span { border-color: rgb(52,175,221); }
td.TdClassName
{
border-color: #34AFDD;
}
.TagClassName
{
border-color: #34AFDD;
}
</style>