Shades of Summer Sky #22CBEA
Tints of Summer Sky #22CBEA
RGB
CMYK
RGB Variations
Color information
#22CBEA (or 0x22CBEA) is known color: Summer Sky. HEX triplet: 22, CB and EA. RGB value is (34,203,234). Sum of RGB (Red+Green+Blue) = 34+203+234=471 (62% of max value = 765). Red value is 34 (13.67% from 255 or 7.22% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #22CBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #22CBEA is #DD3415. Grayscale: #9B9B9B. Windows color (decimal): -14496790 or 15387426. OLE color: 15387426.
HSL color Cylindrical-coordinate representation of color #22CBEA: hue angle of 189.3º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22CBEA is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 34 | 203 | 234 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.08 |
| HSL | 189.3º | 0.83% | 0.53% | - |
| HSV(B) | 189.3º | 0.85% | 0.92% | - |
| XYZ | 36.87 | 48.99 | 85.36 | - |
| YUV | 156 | 172.01 | 40.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 203 | 234 | 0.85 | 0.13 | 0 | 0.08 | 189.3 | 0.83 | 0.53 |
| Hex | 22 | CB | EA | 55 | D | 0 | 8 | BD | 53 | 35 |
| Octal | 42 | 313 | 352 | 125 | 15 | 0 | 10 | 275 | 123 | 65 |
| Binary | 100010 | 11001011 | 11101010 | 1010101 | 1101 | 0 | 1000 | 10111101 | 1010011 | 110101 |
Color Harmonies of #22CBEA
Complementary color
Monochromatic Colors of #22CBEA
Black with #22CBEA
Text Example
Text Example
White with #22CBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CBEA; }
p { color: rgb(34,203,234); }
H1.HeaderClassName
{
color: #22CBEA;
}
.AnyTagClassName
{
color: #22CBEA;
}
</style>
background-color css
<style>
a { background-color: #22CBEA; }
a { background-color: rgb(34,203,234); }
div.DivClassName
{
background-color: #22CBEA;
}
.BgClassName
{
background-color: #22CBEA;
}
</style>
border-color css
<style>
span { border-color: #22CBEA; }
span { border-color: rgb(34,203,234); }
td.TdClassName
{
border-color: #22CBEA;
}
.TagClassName
{
border-color: #22CBEA;
}
</style>