#22BAD9

Color #22BAD9 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #22BAD9

Tints of Summer Sky #22BAD9

Color information

#22BAD9 (or 0x22BAD9) is unknown color: approx Summer Sky. HEX triplet: 22, BA and D9. RGB value is (34,186,217). Sum of RGB (Red+Green+Blue) = 34+186+217=437 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.78% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 217 (85.16% from 255 or 49.66% from 437); Max value from RGB is 217 - color contains mainly: blue. Hex color #22BAD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BAD9 is #DD4526. Grayscale: #8F8F8F. Windows color (decimal): -14501159 or 14268962. OLE color: 14268962.

HSL color Cylindrical-coordinate representation of color #22BAD9: hue angle of 190.16º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22BAD9 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB34186217-
CMYK0.840.1400.15
HSL190.16º72.91%49.22%-
HSV(B)190.16º84.33%85.1%-
XYZ30.7440.4771.84-
YUV144.09169.1449.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 7.78%
GREEN value IS 186 (73.05% from 255) = 42.56%
BLUE value IS 217 (85.16% from 255) = 49.66%
R=7.78%
G=42.56%
B=49.66%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal341862170.840.1400.15190.1672.9149.22
Hex22BAD954E0Fbe4931
Octal422723311241601727611161
Binary10001010111010110110011010100111001111101111101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22BAD9; }

 p { color: rgb(34,186,217); }

 H1.HeaderClassName
 {
   color: #22BAD9;
 }
 .AnyTagClassName
 {
   color: #22BAD9;
 }
</style>
background-color css

<style>
 a { background-color: #22BAD9; }

 a { background-color: rgb(34,186,217); }

 div.DivClassName
 {
   background-color: #22BAD9;
 }
 .BgClassName
 {
   background-color: #22BAD9;
 }
</style>
border-color css

<style>
 span { border-color: #22BAD9; }

 span { border-color: rgb(34,186,217); }

 td.TdClassName
 {
   border-color: #22BAD9;
 }
 .TagClassName
 {
   border-color: #22BAD9;
 }
</style>