Shades of Summer Sky #22BDEF
Tints of Summer Sky #22BDEF
RGB
CMYK
RGB Variations
Color information
#22BDEF (or 0x22BDEF) is known color: Summer Sky. HEX triplet: 22, BD and EF. RGB value is (34,189,239). Sum of RGB (Red+Green+Blue) = 34+189+239=462 (61% of max value = 765). Red value is 34 (13.67% from 255 or 7.36% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #22BDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #22BDEF is #DD4210. Grayscale: #949494. Windows color (decimal): -14500369 or 15711522. OLE color: 15711522.
HSL color Cylindrical-coordinate representation of color #22BDEF: hue angle of 194.63º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22BDEF is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 189 | 239 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.06 |
| HSL | 194.63º | 0.86% | 0.54% | - |
| HSV(B) | 194.63º | 0.86% | 0.94% | - |
| XYZ | 34.44 | 42.97 | 88.14 | - |
| YUV | 148.36 | 179.15 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 189 | 239 | 0.86 | 0.21 | 0 | 0.06 | 194.63 | 0.86 | 0.54 |
| Hex | 22 | BD | EF | 56 | 15 | 0 | 6 | C3 | 56 | 36 |
| Octal | 42 | 275 | 357 | 126 | 25 | 0 | 6 | 303 | 126 | 66 |
| Binary | 100010 | 10111101 | 11101111 | 1010110 | 10101 | 0 | 110 | 11000011 | 1010110 | 110110 |
Color Harmonies of #22BDEF
Complementary color
Monochromatic Colors of #22BDEF
Black with #22BDEF
Text Example
Text Example
White with #22BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BDEF; }
p { color: rgb(34,189,239); }
H1.HeaderClassName
{
color: #22BDEF;
}
.AnyTagClassName
{
color: #22BDEF;
}
</style>
background-color css
<style>
a { background-color: #22BDEF; }
a { background-color: rgb(34,189,239); }
div.DivClassName
{
background-color: #22BDEF;
}
.BgClassName
{
background-color: #22BDEF;
}
</style>
border-color css
<style>
span { border-color: #22BDEF; }
span { border-color: rgb(34,189,239); }
td.TdClassName
{
border-color: #22BDEF;
}
.TagClassName
{
border-color: #22BDEF;
}
</style>