Shades of Summer Sky #34ADFD
Tints of Summer Sky #34ADFD
RGB
CMYK
RGB Variations
Color information
#34ADFD (or 0x34ADFD) is known color: Summer Sky. HEX triplet: 34, AD and FD. RGB value is (52,173,253). Sum of RGB (Red+Green+Blue) = 52+173+253=478 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.88% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #34ADFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34ADFD is #CB5202. Grayscale: #919191. Windows color (decimal): -13324803 or 16624948. OLE color: 16624948.
HSL color Cylindrical-coordinate representation of color #34ADFD: hue angle of 203.88º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34ADFD is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 173 | 253 | - |
| CMYK | 0.79 | 0.32 | 0 | 0.01 |
| HSL | 203.88º | 0.98% | 0.6% | - |
| HSV(B) | 203.88º | 0.79% | 0.99% | - |
| XYZ | 34.09 | 37.71 | 98.41 | - |
| YUV | 145.94 | 188.41 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 253 | 0.79 | 0.32 | 0 | 0.01 | 203.88 | 0.98 | 0.6 |
| Hex | 34 | AD | FD | 4F | 20 | 0 | 1 | CC | 62 | 3C |
| Octal | 64 | 255 | 375 | 117 | 40 | 0 | 1 | 314 | 142 | 74 |
| Binary | 110100 | 10101101 | 11111101 | 1001111 | 100000 | 0 | 1 | 11001100 | 1100010 | 111100 |
Color Harmonies of #34ADFD
Complementary color
Monochromatic Colors of #34ADFD
Black with #34ADFD
Text Example
Text Example
White with #34ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ADFD; }
p { color: rgb(52,173,253); }
H1.HeaderClassName
{
color: #34ADFD;
}
.AnyTagClassName
{
color: #34ADFD;
}
</style>
background-color css
<style>
a { background-color: #34ADFD; }
a { background-color: rgb(52,173,253); }
div.DivClassName
{
background-color: #34ADFD;
}
.BgClassName
{
background-color: #34ADFD;
}
</style>
border-color css
<style>
span { border-color: #34ADFD; }
span { border-color: rgb(52,173,253); }
td.TdClassName
{
border-color: #34ADFD;
}
.TagClassName
{
border-color: #34ADFD;
}
</style>