Shades of Summer Sky #34CEF6
Tints of Summer Sky #34CEF6
RGB
CMYK
RGB Variations
Color information
#34CEF6 (or 0x34CEF6) is known color: Summer Sky. HEX triplet: 34, CE and F6. RGB value is (52,206,246). Sum of RGB (Red+Green+Blue) = 52+206+246=504 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.32% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #34CEF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34CEF6 is #CB3109. Grayscale: #A4A4A4. Windows color (decimal): -13316362 or 16174644. OLE color: 16174644.
HSL color Cylindrical-coordinate representation of color #34CEF6: hue angle of 192.37º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34CEF6 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 206 | 246 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.04 |
| HSL | 192.37º | 0.92% | 0.58% | - |
| HSV(B) | 192.37º | 0.79% | 0.96% | - |
| XYZ | 40.12 | 51.53 | 95.02 | - |
| YUV | 164.51 | 173.98 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 206 | 246 | 0.79 | 0.16 | 0 | 0.04 | 192.37 | 0.92 | 0.58 |
| Hex | 34 | CE | F6 | 4F | 10 | 0 | 4 | C0 | 5C | 3A |
| Octal | 64 | 316 | 366 | 117 | 20 | 0 | 4 | 300 | 134 | 72 |
| Binary | 110100 | 11001110 | 11110110 | 1001111 | 10000 | 0 | 100 | 11000000 | 1011100 | 111010 |
Color Harmonies of #34CEF6
Complementary color
Monochromatic Colors of #34CEF6
Black with #34CEF6
Text Example
Text Example
White with #34CEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CEF6; }
p { color: rgb(52,206,246); }
H1.HeaderClassName
{
color: #34CEF6;
}
.AnyTagClassName
{
color: #34CEF6;
}
</style>
background-color css
<style>
a { background-color: #34CEF6; }
a { background-color: rgb(52,206,246); }
div.DivClassName
{
background-color: #34CEF6;
}
.BgClassName
{
background-color: #34CEF6;
}
</style>
border-color css
<style>
span { border-color: #34CEF6; }
span { border-color: rgb(52,206,246); }
td.TdClassName
{
border-color: #34CEF6;
}
.TagClassName
{
border-color: #34CEF6;
}
</style>