Shades of Summer Sky #34AFDB
Tints of Summer Sky #34AFDB
RGB
CMYK
RGB Variations
Color information
#34AFDB (or 0x34AFDB) is known color: Summer Sky. HEX triplet: 34, AF and DB. RGB value is (52,175,219). Sum of RGB (Red+Green+Blue) = 52+175+219=446 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.66% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #34AFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AFDB is #CB5024. Grayscale: #8E8E8E. Windows color (decimal): -13324325 or 14397236. OLE color: 14397236.
HSL color Cylindrical-coordinate representation of color #34AFDB: hue angle of 195.81º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34AFDB is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 175 | 219 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.14 |
| HSL | 195.81º | 0.7% | 0.53% | - |
| HSV(B) | 195.81º | 0.76% | 0.86% | - |
| XYZ | 29.53 | 36.5 | 72.51 | - |
| YUV | 143.24 | 170.75 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 219 | 0.76 | 0.20 | 0 | 0.14 | 195.81 | 0.7 | 0.53 |
| Hex | 34 | AF | DB | 4C | 14 | 0 | E | C4 | 46 | 35 |
| Octal | 64 | 257 | 333 | 114 | 24 | 0 | 16 | 304 | 106 | 65 |
| Binary | 110100 | 10101111 | 11011011 | 1001100 | 10100 | 0 | 1110 | 11000100 | 1000110 | 110101 |
Color Harmonies of #34AFDB
Complementary color
Monochromatic Colors of #34AFDB
Black with #34AFDB
Text Example
Text Example
White with #34AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AFDB; }
p { color: rgb(52,175,219); }
H1.HeaderClassName
{
color: #34AFDB;
}
.AnyTagClassName
{
color: #34AFDB;
}
</style>
background-color css
<style>
a { background-color: #34AFDB; }
a { background-color: rgb(52,175,219); }
div.DivClassName
{
background-color: #34AFDB;
}
.BgClassName
{
background-color: #34AFDB;
}
</style>
border-color css
<style>
span { border-color: #34AFDB; }
span { border-color: rgb(52,175,219); }
td.TdClassName
{
border-color: #34AFDB;
}
.TagClassName
{
border-color: #34AFDB;
}
</style>