#22AEC8

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

Shades of Pelorous #22AEC8

Tints of Pelorous #22AEC8

Color information

#22AEC8 (or 0x22AEC8) is unknown color: approx Pelorous. HEX triplet: 22, AE and C8. RGB value is (34,174,200). Sum of RGB (Red+Green+Blue) = 34+174+200=408 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.33% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 200 (78.52% from 255 or 49.02% from 408); Max value from RGB is 200 - color contains mainly: blue. Hex color #22AEC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22AEC8 is #DD5137. Grayscale: #868686. Windows color (decimal): -14504248 or 13151778. OLE color: 13151778.

HSL color Cylindrical-coordinate representation of color #22AEC8: hue angle of 189.4º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22AEC8 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB34174200-
CMYK0.830.1300.22
HSL189.4º70.94%45.88%-
HSV(B)189.4º83%78.43%-
XYZ26.2234.7859.98-
YUV135.1164.6255.89-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.33%
GREEN value IS 174 (68.36% from 255) = 42.65%
BLUE value IS 200 (78.52% from 255) = 49.02%
R=8.33%
G=42.65%
B=49.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal341742000.830.1300.22189.470.9445.88
Hex22AEC853D016bd472e
Octal422563101231502627510756
Binary100010101011101100100010100111101010110101111011000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22AEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,174,200); }

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

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

 a { background-color: rgb(34,174,200); }

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

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

 span { border-color: rgb(34,174,200); }

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