Shades of Summer Sky #22BBF2
Tints of Summer Sky #22BBF2
RGB
CMYK
RGB Variations
Color information
#22BBF2 (or 0x22BBF2) is known color: Summer Sky. HEX triplet: 22, BB and F2. RGB value is (34,187,242). Sum of RGB (Red+Green+Blue) = 34+187+242=463 (61% of max value = 765). Red value is 34 (13.67% from 255 or 7.34% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #22BBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #22BBF2 is #DD440D. Grayscale: #939393. Windows color (decimal): -14500878 or 15907618. OLE color: 15907618.
HSL color Cylindrical-coordinate representation of color #22BBF2: hue angle of 195.87º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22BBF2 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 187 | 242 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.05 |
| HSL | 195.87º | 0.89% | 0.54% | - |
| HSV(B) | 195.87º | 0.86% | 0.95% | - |
| XYZ | 34.46 | 42.29 | 90.35 | - |
| YUV | 147.52 | 181.31 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 187 | 242 | 0.86 | 0.23 | 0 | 0.05 | 195.87 | 0.89 | 0.54 |
| Hex | 22 | BB | F2 | 56 | 17 | 0 | 5 | C4 | 59 | 36 |
| Octal | 42 | 273 | 362 | 126 | 27 | 0 | 5 | 304 | 131 | 66 |
| Binary | 100010 | 10111011 | 11110010 | 1010110 | 10111 | 0 | 101 | 11000100 | 1011001 | 110110 |
Color Harmonies of #22BBF2
Complementary color
Monochromatic Colors of #22BBF2
Black with #22BBF2
Text Example
Text Example
White with #22BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BBF2; }
p { color: rgb(34,187,242); }
H1.HeaderClassName
{
color: #22BBF2;
}
.AnyTagClassName
{
color: #22BBF2;
}
</style>
background-color css
<style>
a { background-color: #22BBF2; }
a { background-color: rgb(34,187,242); }
div.DivClassName
{
background-color: #22BBF2;
}
.BgClassName
{
background-color: #22BBF2;
}
</style>
border-color css
<style>
span { border-color: #22BBF2; }
span { border-color: rgb(34,187,242); }
td.TdClassName
{
border-color: #22BBF2;
}
.TagClassName
{
border-color: #22BBF2;
}
</style>