Shades of Summer Sky #22BDDC
Tints of Summer Sky #22BDDC
RGB
CMYK
RGB Variations
Color information
#22BDDC (or 0x22BDDC) is known color: Summer Sky. HEX triplet: 22, BD and DC. RGB value is (34,189,220). Sum of RGB (Red+Green+Blue) = 34+189+220=443 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.67% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #22BDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BDDC is #DD4223. Grayscale: #919191. Windows color (decimal): -14500388 or 14466338. OLE color: 14466338.
HSL color Cylindrical-coordinate representation of color #22BDDC: hue angle of 190º 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 #22BDDC is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 189 | 220 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.14 |
| HSL | 190º | 0.73% | 0.5% | - |
| HSV(B) | 190º | 0.85% | 0.86% | - |
| XYZ | 31.78 | 41.9 | 74.12 | - |
| YUV | 146.19 | 169.65 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 189 | 220 | 0.85 | 0.14 | 0 | 0.14 | 190 | 0.73 | 0.5 |
| Hex | 22 | BD | DC | 55 | E | 0 | E | BE | 49 | 32 |
| Octal | 42 | 275 | 334 | 125 | 16 | 0 | 16 | 276 | 111 | 62 |
| Binary | 100010 | 10111101 | 11011100 | 1010101 | 1110 | 0 | 1110 | 10111110 | 1001001 | 110010 |
Color Harmonies of #22BDDC
Complementary color
Monochromatic Colors of #22BDDC
Black with #22BDDC
Text Example
Text Example
White with #22BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BDDC; }
p { color: rgb(34,189,220); }
H1.HeaderClassName
{
color: #22BDDC;
}
.AnyTagClassName
{
color: #22BDDC;
}
</style>
background-color css
<style>
a { background-color: #22BDDC; }
a { background-color: rgb(34,189,220); }
div.DivClassName
{
background-color: #22BDDC;
}
.BgClassName
{
background-color: #22BDDC;
}
</style>
border-color css
<style>
span { border-color: #22BDDC; }
span { border-color: rgb(34,189,220); }
td.TdClassName
{
border-color: #22BDDC;
}
.TagClassName
{
border-color: #22BDDC;
}
</style>