Shades of Summer Sky #22ABCB
Tints of Summer Sky #22ABCB
RGB
CMYK
RGB Variations
Color information
#22ABCB (or 0x22ABCB) is known color: Summer Sky. HEX triplet: 22, AB and CB. RGB value is (34,171,203). Sum of RGB (Red+Green+Blue) = 34+171+203=408 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.33% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #22ABCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22ABCB is #DD5434. Grayscale: #858585. Windows color (decimal): -14505013 or 13347618. OLE color: 13347618.
HSL color Cylindrical-coordinate representation of color #22ABCB: hue angle of 191.36º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22ABCB is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 171 | 203 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.20 |
| HSL | 191.36º | 0.71% | 0.46% | - |
| HSV(B) | 191.36º | 0.83% | 0.8% | - |
| XYZ | 26 | 33.78 | 61.65 | - |
| YUV | 133.69 | 167.11 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 171 | 203 | 0.83 | 0.16 | 0 | 0.20 | 191.36 | 0.71 | 0.46 |
| Hex | 22 | AB | CB | 53 | 10 | 0 | 14 | BF | 47 | 2E |
| Octal | 42 | 253 | 313 | 123 | 20 | 0 | 24 | 277 | 107 | 56 |
| Binary | 100010 | 10101011 | 11001011 | 1010011 | 10000 | 0 | 10100 | 10111111 | 1000111 | 101110 |
Color Harmonies of #22ABCB
Complementary color
Monochromatic Colors of #22ABCB
Black with #22ABCB
Text Example
Text Example
White with #22ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22ABCB; }
p { color: rgb(34,171,203); }
H1.HeaderClassName
{
color: #22ABCB;
}
.AnyTagClassName
{
color: #22ABCB;
}
</style>
background-color css
<style>
a { background-color: #22ABCB; }
a { background-color: rgb(34,171,203); }
div.DivClassName
{
background-color: #22ABCB;
}
.BgClassName
{
background-color: #22ABCB;
}
</style>
border-color css
<style>
span { border-color: #22ABCB; }
span { border-color: rgb(34,171,203); }
td.TdClassName
{
border-color: #22ABCB;
}
.TagClassName
{
border-color: #22ABCB;
}
</style>