#22AAEE

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

Shades of Summer Sky #22AAEE

Tints of Summer Sky #22AAEE

Color information

#22AAEE (or 0x22AAEE) is unknown color: approx Summer Sky. HEX triplet: 22, AA and EE. RGB value is (34,170,238). Sum of RGB (Red+Green+Blue) = 34+170+238=442 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.69% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #22AAEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #22AAEE is #DD5511. Grayscale: #888888. Windows color (decimal): -14505234 or 15641122. OLE color: 15641122.

HSL color Cylindrical-coordinate representation of color #22AAEE: hue angle of 200º 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 #22AAEE is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB34170238-
CMYK0.860.2900.07
HSL200º85.71%53.33%-
HSV(B)200º85.71%93.33%-
XYZ30.4735.2686.09-
YUV137.09184.9454.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 7.69%
GREEN value IS 170 (66.80% from 255) = 38.46%
BLUE value IS 238 (93.36% from 255) = 53.85%
R=7.69%
G=38.46%
B=53.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal341702380.860.2900.0720085.7153.33
Hex22AAEE561D07c85635
Octal42252356126350731012665
Binary10001010101010111011101010110111010111110010001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22AAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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