Shades of Summer Sky #22B0CB
Tints of Summer Sky #22B0CB
RGB
CMYK
RGB Variations
Color information
#22B0CB (or 0x22B0CB) is known color: Summer Sky. HEX triplet: 22, B0 and CB. RGB value is (34,176,203). Sum of RGB (Red+Green+Blue) = 34+176+203=413 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.23% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #22B0CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22B0CB is #DD4F34. Grayscale: #888888. Windows color (decimal): -14503733 or 13348898. OLE color: 13348898.
HSL color Cylindrical-coordinate representation of color #22B0CB: hue angle of 189.59º 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 #22B0CB is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 176 | 203 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.20 |
| HSL | 189.59º | 0.71% | 0.46% | - |
| HSV(B) | 189.59º | 0.83% | 0.8% | - |
| XYZ | 26.96 | 35.7 | 61.97 | - |
| YUV | 136.62 | 165.46 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 176 | 203 | 0.83 | 0.13 | 0 | 0.20 | 189.59 | 0.71 | 0.46 |
| Hex | 22 | B0 | CB | 53 | D | 0 | 14 | BE | 47 | 2E |
| Octal | 42 | 260 | 313 | 123 | 15 | 0 | 24 | 276 | 107 | 56 |
| Binary | 100010 | 10110000 | 11001011 | 1010011 | 1101 | 0 | 10100 | 10111110 | 1000111 | 101110 |
Color Harmonies of #22B0CB
Complementary color
Monochromatic Colors of #22B0CB
Black with #22B0CB
Text Example
Text Example
White with #22B0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B0CB; }
p { color: rgb(34,176,203); }
H1.HeaderClassName
{
color: #22B0CB;
}
.AnyTagClassName
{
color: #22B0CB;
}
</style>
background-color css
<style>
a { background-color: #22B0CB; }
a { background-color: rgb(34,176,203); }
div.DivClassName
{
background-color: #22B0CB;
}
.BgClassName
{
background-color: #22B0CB;
}
</style>
border-color css
<style>
span { border-color: #22B0CB; }
span { border-color: rgb(34,176,203); }
td.TdClassName
{
border-color: #22B0CB;
}
.TagClassName
{
border-color: #22B0CB;
}
</style>