Shades of Summer Sky #34ADF0
Tints of Summer Sky #34ADF0
RGB
CMYK
RGB Variations
Color information
#34ADF0 (or 0x34ADF0) is known color: Summer Sky. HEX triplet: 34, AD and F0. RGB value is (52,173,240). Sum of RGB (Red+Green+Blue) = 52+173+240=465 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.18% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #34ADF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34ADF0 is #CB520F. Grayscale: #909090. Windows color (decimal): -13324816 or 15772980. OLE color: 15772980.
HSL color Cylindrical-coordinate representation of color #34ADF0: hue angle of 201.38º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34ADF0 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 173 | 240 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.06 |
| HSL | 201.38º | 0.86% | 0.57% | - |
| HSV(B) | 201.38º | 0.78% | 0.94% | - |
| XYZ | 32.09 | 36.91 | 87.87 | - |
| YUV | 144.46 | 181.91 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 240 | 0.78 | 0.28 | 0 | 0.06 | 201.38 | 0.86 | 0.57 |
| Hex | 34 | AD | F0 | 4E | 1C | 0 | 6 | C9 | 56 | 39 |
| Octal | 64 | 255 | 360 | 116 | 34 | 0 | 6 | 311 | 126 | 71 |
| Binary | 110100 | 10101101 | 11110000 | 1001110 | 11100 | 0 | 110 | 11001001 | 1010110 | 111001 |
Color Harmonies of #34ADF0
Complementary color
Monochromatic Colors of #34ADF0
Black with #34ADF0
Text Example
Text Example
White with #34ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ADF0; }
p { color: rgb(52,173,240); }
H1.HeaderClassName
{
color: #34ADF0;
}
.AnyTagClassName
{
color: #34ADF0;
}
</style>
background-color css
<style>
a { background-color: #34ADF0; }
a { background-color: rgb(52,173,240); }
div.DivClassName
{
background-color: #34ADF0;
}
.BgClassName
{
background-color: #34ADF0;
}
</style>
border-color css
<style>
span { border-color: #34ADF0; }
span { border-color: rgb(52,173,240); }
td.TdClassName
{
border-color: #34ADF0;
}
.TagClassName
{
border-color: #34ADF0;
}
</style>