#22AFEF

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

Shades of Summer Sky #22AFEF

Tints of Summer Sky #22AFEF

Color information

#22AFEF (or 0x22AFEF) is unknown color: approx Summer Sky. HEX triplet: 22, AF and EF. RGB value is (34,175,239). Sum of RGB (Red+Green+Blue) = 34+175+239=448 (59% of max value = 765). Red value is 34 (13.67% from 255 or 7.59% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #22AFEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #22AFEF is #DD5010. Grayscale: #8B8B8B. Windows color (decimal): -14503953 or 15707938. OLE color: 15707938.

HSL color Cylindrical-coordinate representation of color #22AFEF: hue angle of 198.73º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22AFEF is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB34175239-
CMYK0.860.2700.06
HSL198.73º86.5%53.53%-
HSV(B)198.73º85.77%93.73%-
XYZ31.5737.2387.18-
YUV140.14183.7952.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 7.59%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 239 (93.75% from 255) = 53.35%
R=7.59%
G=39.06%
B=53.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal341752390.860.2700.06198.7386.553.53
Hex22AFEF561B06c75636
Octal42257357126330630712666
Binary10001010101111111011111010110110110110110001111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,175,239); }

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

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

 a { background-color: rgb(34,175,239); }

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

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

 span { border-color: rgb(34,175,239); }

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