Shades of Summer Sky #34ADFE
Tints of Summer Sky #34ADFE
RGB
CMYK
RGB Variations
Color information
#34ADFE (or 0x34ADFE) is known color: Summer Sky. HEX triplet: 34, AD and FE. RGB value is (52,173,254). Sum of RGB (Red+Green+Blue) = 52+173+254=479 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.86% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #34ADFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34ADFE is #CB5201. Grayscale: #919191. Windows color (decimal): -13324802 or 16690484. OLE color: 16690484.
HSL color Cylindrical-coordinate representation of color #34ADFE: hue angle of 204.06º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34ADFE is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 173 | 254 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.00 |
| HSL | 204.06º | 0.99% | 0.6% | - |
| HSV(B) | 204.06º | 0.8% | 1% | - |
| XYZ | 34.25 | 37.77 | 99.25 | - |
| YUV | 146.06 | 188.91 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 254 | 0.80 | 0.32 | 0 | 0.00 | 204.06 | 0.99 | 0.6 |
| Hex | 34 | AD | FE | 50 | 20 | 0 | 0 | CC | 63 | 3C |
| Octal | 64 | 255 | 376 | 120 | 40 | 0 | 0 | 314 | 143 | 74 |
| Binary | 110100 | 10101101 | 11111110 | 1010000 | 100000 | 0 | 0 | 11001100 | 1100011 | 111100 |
Color Harmonies of #34ADFE
Complementary color
Monochromatic Colors of #34ADFE
Black with #34ADFE
Text Example
Text Example
White with #34ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ADFE; }
p { color: rgb(52,173,254); }
H1.HeaderClassName
{
color: #34ADFE;
}
.AnyTagClassName
{
color: #34ADFE;
}
</style>
background-color css
<style>
a { background-color: #34ADFE; }
a { background-color: rgb(52,173,254); }
div.DivClassName
{
background-color: #34ADFE;
}
.BgClassName
{
background-color: #34ADFE;
}
</style>
border-color css
<style>
span { border-color: #34ADFE; }
span { border-color: rgb(52,173,254); }
td.TdClassName
{
border-color: #34ADFE;
}
.TagClassName
{
border-color: #34ADFE;
}
</style>