#1AA2B7

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

Shades of Pelorous #1AA2B7

Tints of Pelorous #1AA2B7

Color information

#1AA2B7 (or 0x1AA2B7) is unknown color: approx Pelorous. HEX triplet: 1A, A2 and B7. RGB value is (26,162,183). Sum of RGB (Red+Green+Blue) = 26+162+183=371 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.01% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #1AA2B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AA2B7 is #E55D48. Grayscale: #7B7B7B. Windows color (decimal): -15031625 or 12034586. OLE color: 12034586.

HSL color Cylindrical-coordinate representation of color #1AA2B7: hue angle of 188.03º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AA2B7 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB26162183-
CMYK0.860.1100.28
HSL188.03º75.12%40.98%-
HSV(B)188.03º85.79%71.76%-
XYZ21.8929.4849.34-
YUV123.73161.4458.29-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.01%
GREEN value IS 162 (63.67% from 255) = 43.67%
BLUE value IS 183 (71.88% from 255) = 49.33%
R=7.01%
G=43.67%
B=49.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal261621830.860.1100.28188.0375.1240.98
Hex1AA2B756B01Cbc4b29
Octal322422671261303427411351
Binary11010101000101011011110101101011011100101111001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,162,183); }

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

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

 a { background-color: rgb(26,162,183); }

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

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

 span { border-color: rgb(26,162,183); }

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