#22A4D5

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

Shades of Summer Sky #22A4D5

Tints of Summer Sky #22A4D5

Color information

#22A4D5 (or 0x22A4D5) is unknown color: approx Summer Sky. HEX triplet: 22, A4 and D5. RGB value is (34,164,213). Sum of RGB (Red+Green+Blue) = 34+164+213=411 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.27% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #22A4D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22A4D5 is #DD5B2A. Grayscale: #828282. Windows color (decimal): -14506795 or 14001186. OLE color: 14001186.

HSL color Cylindrical-coordinate representation of color #22A4D5: hue angle of 196.42º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22A4D5 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB34164213-
CMYK0.840.2300.16
HSL196.42º72.47%48.43%-
HSV(B)196.42º84.04%83.53%-
XYZ25.9531.767.7-
YUV130.72174.4359.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.27%
GREEN value IS 164 (64.45% from 255) = 39.90%
BLUE value IS 213 (83.59% from 255) = 51.82%
R=8.27%
G=39.90%
B=51.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal341642130.840.2300.16196.4272.4748.43
Hex22A4D55417010c44830
Octal422443251242702030411060
Binary1000101010010011010101101010010111010000110001001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22A4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,164,213); }

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

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

 a { background-color: rgb(34,164,213); }

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

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

 span { border-color: rgb(34,164,213); }

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