Shades of Summer Sky #34ADCB
Tints of Summer Sky #34ADCB
RGB
CMYK
RGB Variations
Color information
#34ADCB (or 0x34ADCB) is known color: Summer Sky. HEX triplet: 34, AD and CB. RGB value is (52,173,203). Sum of RGB (Red+Green+Blue) = 52+173+203=428 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.15% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #34ADCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ADCB is #CB5234. Grayscale: #8C8C8C. Windows color (decimal): -13324853 or 13348148. OLE color: 13348148.
HSL color Cylindrical-coordinate representation of color #34ADCB: hue angle of 191.92º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34ADCB is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 173 | 203 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.20 |
| HSL | 191.92º | 0.59% | 0.5% | - |
| HSV(B) | 191.92º | 0.74% | 0.8% | - |
| XYZ | 27.14 | 34.93 | 61.81 | - |
| YUV | 140.24 | 163.41 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 203 | 0.74 | 0.15 | 0 | 0.20 | 191.92 | 0.59 | 0.5 |
| Hex | 34 | AD | CB | 4A | F | 0 | 14 | C0 | 3B | 32 |
| Octal | 64 | 255 | 313 | 112 | 17 | 0 | 24 | 300 | 73 | 62 |
| Binary | 110100 | 10101101 | 11001011 | 1001010 | 1111 | 0 | 10100 | 11000000 | 111011 | 110010 |
Color Harmonies of #34ADCB
Complementary color
Monochromatic Colors of #34ADCB
Black with #34ADCB
Text Example
Text Example
White with #34ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ADCB; }
p { color: rgb(52,173,203); }
H1.HeaderClassName
{
color: #34ADCB;
}
.AnyTagClassName
{
color: #34ADCB;
}
</style>
background-color css
<style>
a { background-color: #34ADCB; }
a { background-color: rgb(52,173,203); }
div.DivClassName
{
background-color: #34ADCB;
}
.BgClassName
{
background-color: #34ADCB;
}
</style>
border-color css
<style>
span { border-color: #34ADCB; }
span { border-color: rgb(52,173,203); }
td.TdClassName
{
border-color: #34ADCB;
}
.TagClassName
{
border-color: #34ADCB;
}
</style>