Shades of Summer Sky #22BFDD
Tints of Summer Sky #22BFDD
RGB
CMYK
RGB Variations
Color information
#22BFDD (or 0x22BFDD) is known color: Summer Sky. HEX triplet: 22, BF and DD. RGB value is (34,191,221). Sum of RGB (Red+Green+Blue) = 34+191+221=446 (59% of max value = 765). Red value is 34 (13.67% from 255 or 7.62% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #22BFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BFDD is #DD4022. Grayscale: #939393. Windows color (decimal): -14499875 or 14532386. OLE color: 14532386.
HSL color Cylindrical-coordinate representation of color #22BFDD: hue angle of 189.63º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22BFDD is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 191 | 221 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.13 |
| HSL | 189.63º | 0.73% | 0.5% | - |
| HSV(B) | 189.63º | 0.85% | 0.87% | - |
| XYZ | 32.34 | 42.82 | 74.97 | - |
| YUV | 147.48 | 169.49 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 191 | 221 | 0.85 | 0.14 | 0 | 0.13 | 189.63 | 0.73 | 0.5 |
| Hex | 22 | BF | DD | 55 | E | 0 | D | BE | 49 | 32 |
| Octal | 42 | 277 | 335 | 125 | 16 | 0 | 15 | 276 | 111 | 62 |
| Binary | 100010 | 10111111 | 11011101 | 1010101 | 1110 | 0 | 1101 | 10111110 | 1001001 | 110010 |
Color Harmonies of #22BFDD
Complementary color
Monochromatic Colors of #22BFDD
Black with #22BFDD
Text Example
Text Example
White with #22BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BFDD; }
p { color: rgb(34,191,221); }
H1.HeaderClassName
{
color: #22BFDD;
}
.AnyTagClassName
{
color: #22BFDD;
}
</style>
background-color css
<style>
a { background-color: #22BFDD; }
a { background-color: rgb(34,191,221); }
div.DivClassName
{
background-color: #22BFDD;
}
.BgClassName
{
background-color: #22BFDD;
}
</style>
border-color css
<style>
span { border-color: #22BFDD; }
span { border-color: rgb(34,191,221); }
td.TdClassName
{
border-color: #22BFDD;
}
.TagClassName
{
border-color: #22BFDD;
}
</style>