Shades of Summer Sky #34CDF7
Tints of Summer Sky #34CDF7
RGB
CMYK
RGB Variations
Color information
#34CDF7 (or 0x34CDF7) is known color: Summer Sky. HEX triplet: 34, CD and F7. RGB value is (52,205,247). Sum of RGB (Red+Green+Blue) = 52+205+247=504 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.32% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #34CDF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34CDF7 is #CB3208. Grayscale: #A3A3A3. Windows color (decimal): -13316617 or 16239924. OLE color: 16239924.
HSL color Cylindrical-coordinate representation of color #34CDF7: hue angle of 192.92º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34CDF7 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 52 | 205 | 247 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.03 |
| HSL | 192.92º | 0.92% | 0.59% | - |
| HSV(B) | 192.92º | 0.79% | 0.97% | - |
| XYZ | 40.04 | 51.11 | 95.75 | - |
| YUV | 164.04 | 174.81 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 205 | 247 | 0.79 | 0.17 | 0 | 0.03 | 192.92 | 0.92 | 0.59 |
| Hex | 34 | CD | F7 | 4F | 11 | 0 | 3 | C1 | 5C | 3B |
| Octal | 64 | 315 | 367 | 117 | 21 | 0 | 3 | 301 | 134 | 73 |
| Binary | 110100 | 11001101 | 11110111 | 1001111 | 10001 | 0 | 11 | 11000001 | 1011100 | 111011 |
Color Harmonies of #34CDF7
Complementary color
Monochromatic Colors of #34CDF7
Black with #34CDF7
Text Example
Text Example
White with #34CDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CDF7; }
p { color: rgb(52,205,247); }
H1.HeaderClassName
{
color: #34CDF7;
}
.AnyTagClassName
{
color: #34CDF7;
}
</style>
background-color css
<style>
a { background-color: #34CDF7; }
a { background-color: rgb(52,205,247); }
div.DivClassName
{
background-color: #34CDF7;
}
.BgClassName
{
background-color: #34CDF7;
}
</style>
border-color css
<style>
span { border-color: #34CDF7; }
span { border-color: rgb(52,205,247); }
td.TdClassName
{
border-color: #34CDF7;
}
.TagClassName
{
border-color: #34CDF7;
}
</style>