Shades of Summer Sky #34C9E4
Tints of Summer Sky #34C9E4
RGB
CMYK
RGB Variations
Color information
#34C9E4 (or 0x34C9E4) is known color: Summer Sky. HEX triplet: 34, C9 and E4. RGB value is (52,201,228). Sum of RGB (Red+Green+Blue) = 52+201+228=481 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.81% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #34C9E4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C9E4 is #CB361B. Grayscale: #9F9F9F. Windows color (decimal): -13317660 or 14993716. OLE color: 14993716.
HSL color Cylindrical-coordinate representation of color #34C9E4: hue angle of 189.2º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34C9E4 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 201 | 228 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.11 |
| HSL | 189.2º | 0.77% | 0.55% | - |
| HSV(B) | 189.2º | 0.77% | 0.89% | - |
| XYZ | 36.31 | 48.1 | 80.77 | - |
| YUV | 159.53 | 166.64 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 201 | 228 | 0.77 | 0.12 | 0 | 0.11 | 189.2 | 0.77 | 0.55 |
| Hex | 34 | C9 | E4 | 4D | C | 0 | B | BD | 4D | 37 |
| Octal | 64 | 311 | 344 | 115 | 14 | 0 | 13 | 275 | 115 | 67 |
| Binary | 110100 | 11001001 | 11100100 | 1001101 | 1100 | 0 | 1011 | 10111101 | 1001101 | 110111 |
Color Harmonies of #34C9E4
Complementary color
Monochromatic Colors of #34C9E4
Black with #34C9E4
Text Example
Text Example
White with #34C9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C9E4; }
p { color: rgb(52,201,228); }
H1.HeaderClassName
{
color: #34C9E4;
}
.AnyTagClassName
{
color: #34C9E4;
}
</style>
background-color css
<style>
a { background-color: #34C9E4; }
a { background-color: rgb(52,201,228); }
div.DivClassName
{
background-color: #34C9E4;
}
.BgClassName
{
background-color: #34C9E4;
}
</style>
border-color css
<style>
span { border-color: #34C9E4; }
span { border-color: rgb(52,201,228); }
td.TdClassName
{
border-color: #34C9E4;
}
.TagClassName
{
border-color: #34C9E4;
}
</style>