#1AAAC1

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

Shades of Pelorous #1AAAC1

Tints of Pelorous #1AAAC1

Color information

#1AAAC1 (or 0x1AAAC1) is unknown color: approx Pelorous. HEX triplet: 1A, AA and C1. RGB value is (26,170,193). Sum of RGB (Red+Green+Blue) = 26+170+193=389 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.68% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #1AAAC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAAC1 is #E5553E. Grayscale: #818181. Windows color (decimal): -15029567 or 12691994. OLE color: 12691994.

HSL color Cylindrical-coordinate representation of color #1AAAC1: hue angle of 188.26º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AAAC1 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB26170193-
CMYK0.870.1200.24
HSL188.26º76.26%42.94%-
HSV(B)188.26º86.53%75.69%-
XYZ24.4332.8255.5-
YUV129.57163.7954.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.68%
GREEN value IS 170 (66.80% from 255) = 43.70%
BLUE value IS 193 (75.78% from 255) = 49.61%
R=6.68%
G=43.70%
B=49.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal261701930.870.1200.24188.2676.2642.94
Hex1AAAC157C018bc4c2b
Octal322523011271403027411453
Binary11010101010101100000110101111100011000101111001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AAAC1; }

 p { color: rgb(26,170,193); }

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

<style>
 a { background-color: #1AAAC1; }

 a { background-color: rgb(26,170,193); }

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

<style>
 span { border-color: #1AAAC1; }

 span { border-color: rgb(26,170,193); }

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