Shades of Summer Sky #22BCDC
Tints of Summer Sky #22BCDC
RGB
CMYK
RGB Variations
Color information
#22BCDC (or 0x22BCDC) is known color: Summer Sky. HEX triplet: 22, BC and DC. RGB value is (34,188,220). Sum of RGB (Red+Green+Blue) = 34+188+220=442 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.69% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #22BCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BCDC is #DD4323. Grayscale: #919191. Windows color (decimal): -14500644 or 14466082. OLE color: 14466082.
HSL color Cylindrical-coordinate representation of color #22BCDC: hue angle of 190.32º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22BCDC is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 188 | 220 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.14 |
| HSL | 190.32º | 0.73% | 0.5% | - |
| HSV(B) | 190.32º | 0.85% | 0.86% | - |
| XYZ | 31.56 | 41.47 | 74.05 | - |
| YUV | 145.6 | 169.98 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 188 | 220 | 0.85 | 0.15 | 0 | 0.14 | 190.32 | 0.73 | 0.5 |
| Hex | 22 | BC | DC | 55 | F | 0 | E | BE | 49 | 32 |
| Octal | 42 | 274 | 334 | 125 | 17 | 0 | 16 | 276 | 111 | 62 |
| Binary | 100010 | 10111100 | 11011100 | 1010101 | 1111 | 0 | 1110 | 10111110 | 1001001 | 110010 |
Color Harmonies of #22BCDC
Complementary color
Monochromatic Colors of #22BCDC
Black with #22BCDC
Text Example
Text Example
White with #22BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BCDC; }
p { color: rgb(34,188,220); }
H1.HeaderClassName
{
color: #22BCDC;
}
.AnyTagClassName
{
color: #22BCDC;
}
</style>
background-color css
<style>
a { background-color: #22BCDC; }
a { background-color: rgb(34,188,220); }
div.DivClassName
{
background-color: #22BCDC;
}
.BgClassName
{
background-color: #22BCDC;
}
</style>
border-color css
<style>
span { border-color: #22BCDC; }
span { border-color: rgb(34,188,220); }
td.TdClassName
{
border-color: #22BCDC;
}
.TagClassName
{
border-color: #22BCDC;
}
</style>