Shades of Summer Sky #34AFDA
Tints of Summer Sky #34AFDA
RGB
CMYK
RGB Variations
Color information
#34AFDA (or 0x34AFDA) is known color: Summer Sky. HEX triplet: 34, AF and DA. RGB value is (52,175,218). Sum of RGB (Red+Green+Blue) = 52+175+218=445 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.69% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #34AFDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AFDA is #CB5025. Grayscale: #8E8E8E. Windows color (decimal): -13324326 or 14331700. OLE color: 14331700.
HSL color Cylindrical-coordinate representation of color #34AFDA: hue angle of 195.54º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34AFDA is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 175 | 218 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.15 |
| HSL | 195.54º | 0.69% | 0.53% | - |
| HSV(B) | 195.54º | 0.76% | 0.85% | - |
| XYZ | 29.4 | 36.45 | 71.82 | - |
| YUV | 143.13 | 170.25 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 218 | 0.76 | 0.20 | 0 | 0.15 | 195.54 | 0.69 | 0.53 |
| Hex | 34 | AF | DA | 4C | 14 | 0 | F | C4 | 45 | 35 |
| Octal | 64 | 257 | 332 | 114 | 24 | 0 | 17 | 304 | 105 | 65 |
| Binary | 110100 | 10101111 | 11011010 | 1001100 | 10100 | 0 | 1111 | 11000100 | 1000101 | 110101 |
Color Harmonies of #34AFDA
Complementary color
Monochromatic Colors of #34AFDA
Black with #34AFDA
Text Example
Text Example
White with #34AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AFDA; }
p { color: rgb(52,175,218); }
H1.HeaderClassName
{
color: #34AFDA;
}
.AnyTagClassName
{
color: #34AFDA;
}
</style>
background-color css
<style>
a { background-color: #34AFDA; }
a { background-color: rgb(52,175,218); }
div.DivClassName
{
background-color: #34AFDA;
}
.BgClassName
{
background-color: #34AFDA;
}
</style>
border-color css
<style>
span { border-color: #34AFDA; }
span { border-color: rgb(52,175,218); }
td.TdClassName
{
border-color: #34AFDA;
}
.TagClassName
{
border-color: #34AFDA;
}
</style>