Shades of Summer Sky #34C9ED
Tints of Summer Sky #34C9ED
RGB
CMYK
RGB Variations
Color information
#34C9ED (or 0x34C9ED) is known color: Summer Sky. HEX triplet: 34, C9 and ED. RGB value is (52,201,237). Sum of RGB (Red+Green+Blue) = 52+201+237=490 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.61% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #34C9ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34C9ED is #CB3612. Grayscale: #A0A0A0. Windows color (decimal): -13317651 or 15583540. OLE color: 15583540.
HSL color Cylindrical-coordinate representation of color #34C9ED: hue angle of 191.68º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34C9ED is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 201 | 237 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.07 |
| HSL | 191.68º | 0.84% | 0.57% | - |
| HSV(B) | 191.68º | 0.78% | 0.93% | - |
| XYZ | 37.59 | 48.62 | 87.52 | - |
| YUV | 160.55 | 171.14 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 201 | 237 | 0.78 | 0.15 | 0 | 0.07 | 191.68 | 0.84 | 0.57 |
| Hex | 34 | C9 | ED | 4E | F | 0 | 7 | C0 | 54 | 39 |
| Octal | 64 | 311 | 355 | 116 | 17 | 0 | 7 | 300 | 124 | 71 |
| Binary | 110100 | 11001001 | 11101101 | 1001110 | 1111 | 0 | 111 | 11000000 | 1010100 | 111001 |
Color Harmonies of #34C9ED
Complementary color
Monochromatic Colors of #34C9ED
Black with #34C9ED
Text Example
Text Example
White with #34C9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C9ED; }
p { color: rgb(52,201,237); }
H1.HeaderClassName
{
color: #34C9ED;
}
.AnyTagClassName
{
color: #34C9ED;
}
</style>
background-color css
<style>
a { background-color: #34C9ED; }
a { background-color: rgb(52,201,237); }
div.DivClassName
{
background-color: #34C9ED;
}
.BgClassName
{
background-color: #34C9ED;
}
</style>
border-color css
<style>
span { border-color: #34C9ED; }
span { border-color: rgb(52,201,237); }
td.TdClassName
{
border-color: #34C9ED;
}
.TagClassName
{
border-color: #34C9ED;
}
</style>