Shades of Summer Sky #34ABCB
Tints of Summer Sky #34ABCB
RGB
CMYK
RGB Variations
Color information
#34ABCB (or 0x34ABCB) is known color: Summer Sky. HEX triplet: 34, AB and CB. RGB value is (52,171,203). Sum of RGB (Red+Green+Blue) = 52+171+203=426 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.21% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #34ABCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ABCB is #CB5434. Grayscale: #8A8A8A. Windows color (decimal): -13325365 or 13347636. OLE color: 13347636.
HSL color Cylindrical-coordinate representation of color #34ABCB: hue angle of 192.72º 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 #34ABCB is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 171 | 203 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.20 |
| HSL | 192.72º | 0.59% | 0.5% | - |
| HSV(B) | 192.72º | 0.74% | 0.8% | - |
| XYZ | 26.76 | 34.17 | 61.68 | - |
| YUV | 139.07 | 164.08 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 171 | 203 | 0.74 | 0.16 | 0 | 0.20 | 192.72 | 0.59 | 0.5 |
| Hex | 34 | AB | CB | 4A | 10 | 0 | 14 | C1 | 3B | 32 |
| Octal | 64 | 253 | 313 | 112 | 20 | 0 | 24 | 301 | 73 | 62 |
| Binary | 110100 | 10101011 | 11001011 | 1001010 | 10000 | 0 | 10100 | 11000001 | 111011 | 110010 |
Color Harmonies of #34ABCB
Complementary color
Monochromatic Colors of #34ABCB
Black with #34ABCB
Text Example
Text Example
White with #34ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ABCB; }
p { color: rgb(52,171,203); }
H1.HeaderClassName
{
color: #34ABCB;
}
.AnyTagClassName
{
color: #34ABCB;
}
</style>
background-color css
<style>
a { background-color: #34ABCB; }
a { background-color: rgb(52,171,203); }
div.DivClassName
{
background-color: #34ABCB;
}
.BgClassName
{
background-color: #34ABCB;
}
</style>
border-color css
<style>
span { border-color: #34ABCB; }
span { border-color: rgb(52,171,203); }
td.TdClassName
{
border-color: #34ABCB;
}
.TagClassName
{
border-color: #34ABCB;
}
</style>