#1AAABD

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

Shades of Pelorous #1AAABD

Tints of Pelorous #1AAABD

Color information

#1AAABD (or 0x1AAABD) is unknown color: approx Pelorous. HEX triplet: 1A, AA and BD. RGB value is (26,170,189). Sum of RGB (Red+Green+Blue) = 26+170+189=385 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.75% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #1AAABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAABD is #E55542. Grayscale: #808080. Windows color (decimal): -15029571 or 12429850. OLE color: 12429850.

HSL color Cylindrical-coordinate representation of color #1AAABD: hue angle of 186.99º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AAABD is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB26170189-
CMYK0.860.1000.26
HSL186.99º75.81%42.16%-
HSV(B)186.99º86.24%74.12%-
XYZ23.9932.6453.18-
YUV129.11161.7954.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.75%
GREEN value IS 170 (66.80% from 255) = 44.16%
BLUE value IS 189 (74.22% from 255) = 49.09%
R=6.75%
G=44.16%
B=49.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal261701890.860.1000.26186.9975.8142.16
Hex1AAABD56A01Abb4c2a
Octal322522751261203227311452
Binary11010101010101011110110101101010011010101110111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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