#22B5EE

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

Shades of Summer Sky #22B5EE

Tints of Summer Sky #22B5EE

Color information

#22B5EE (or 0x22B5EE) is unknown color: approx Summer Sky. HEX triplet: 22, B5 and EE. RGB value is (34,181,238). Sum of RGB (Red+Green+Blue) = 34+181+238=453 (60% of max value = 765). Red value is 34 (13.67% from 255 or 7.51% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #22B5EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #22B5EE is #DD4A11. Grayscale: #8F8F8F. Windows color (decimal): -14502418 or 15643938. OLE color: 15643938.

HSL color Cylindrical-coordinate representation of color #22B5EE: hue angle of 196.76º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22B5EE is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB34181238-
CMYK0.860.2400.07
HSL196.76º85.71%53.33%-
HSV(B)196.76º85.71%93.33%-
XYZ32.6239.5686.81-
YUV143.54181.349.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 7.51%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 238 (93.36% from 255) = 52.54%
R=7.51%
G=39.96%
B=52.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal341812380.860.2400.07196.7685.7153.33
Hex22B5EE561807c55635
Octal42265356126300730512665
Binary10001010110101111011101010110110000111110001011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22B5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,181,238); }

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

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

 a { background-color: rgb(34,181,238); }

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

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

 span { border-color: rgb(34,181,238); }

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