#22A5CC

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

Shades of Pelorous #22A5CC

Tints of Pelorous #22A5CC

Color information

#22A5CC (or 0x22A5CC) is unknown color: approx Pelorous. HEX triplet: 22, A5 and CC. RGB value is (34,165,204). Sum of RGB (Red+Green+Blue) = 34+165+204=403 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.44% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #22A5CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22A5CC is #DD5A33. Grayscale: #818181. Windows color (decimal): -14506548 or 13411618. OLE color: 13411618.

HSL color Cylindrical-coordinate representation of color #22A5CC: hue angle of 193.76º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22A5CC is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB34165204-
CMYK0.830.1900.2
HSL193.76º71.43%46.67%-
HSV(B)193.76º83.33%80%-
XYZ25.0131.6161.91-
YUV130.28169.659.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.44%
GREEN value IS 165 (64.84% from 255) = 40.94%
BLUE value IS 204 (80.08% from 255) = 50.62%
R=8.44%
G=40.94%
B=50.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal341652040.830.1900.2193.7671.4346.67
Hex22A5CC5313014c2472f
Octal422453141232302430210757
Binary1000101010010111001100101001110011010100110000101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22A5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,165,204); }

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

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

 a { background-color: rgb(34,165,204); }

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

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

 span { border-color: rgb(34,165,204); }

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