Shades of Summer Sky #34CBEC
Tints of Summer Sky #34CBEC
RGB
CMYK
RGB Variations
Color information
#34CBEC (or 0x34CBEC) is known color: Summer Sky. HEX triplet: 34, CB and EC. RGB value is (52,203,236). Sum of RGB (Red+Green+Blue) = 52+203+236=491 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.59% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #34CBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34CBEC is #CB3413. Grayscale: #A1A1A1. Windows color (decimal): -13317140 or 15518516. OLE color: 15518516.
HSL color Cylindrical-coordinate representation of color #34CBEC: hue angle of 190.76º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34CBEC is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 203 | 236 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.07 |
| HSL | 190.76º | 0.83% | 0.56% | - |
| HSV(B) | 190.76º | 0.78% | 0.93% | - |
| XYZ | 37.91 | 49.5 | 86.91 | - |
| YUV | 161.61 | 169.97 | 49.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 236 | 0.78 | 0.14 | 0 | 0.07 | 190.76 | 0.83 | 0.56 |
| Hex | 34 | CB | EC | 4E | E | 0 | 7 | BF | 53 | 38 |
| Octal | 64 | 313 | 354 | 116 | 16 | 0 | 7 | 277 | 123 | 70 |
| Binary | 110100 | 11001011 | 11101100 | 1001110 | 1110 | 0 | 111 | 10111111 | 1010011 | 111000 |
Color Harmonies of #34CBEC
Complementary color
Monochromatic Colors of #34CBEC
Black with #34CBEC
Text Example
Text Example
White with #34CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CBEC; }
p { color: rgb(52,203,236); }
H1.HeaderClassName
{
color: #34CBEC;
}
.AnyTagClassName
{
color: #34CBEC;
}
</style>
background-color css
<style>
a { background-color: #34CBEC; }
a { background-color: rgb(52,203,236); }
div.DivClassName
{
background-color: #34CBEC;
}
.BgClassName
{
background-color: #34CBEC;
}
</style>
border-color css
<style>
span { border-color: #34CBEC; }
span { border-color: rgb(52,203,236); }
td.TdClassName
{
border-color: #34CBEC;
}
.TagClassName
{
border-color: #34CBEC;
}
</style>