#1AA7B5

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

Shades of Pelorous #1AA7B5

Tints of Pelorous #1AA7B5

Color information

#1AA7B5 (or 0x1AA7B5) is unknown color: approx Pelorous. HEX triplet: 1A, A7 and B5. RGB value is (26,167,181). Sum of RGB (Red+Green+Blue) = 26+167+181=374 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.95% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 181 - color contains mainly: blue. Hex color #1AA7B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AA7B5 is #E5584A. Grayscale: #7E7E7E. Windows color (decimal): -15030347 or 11904794. OLE color: 11904794.

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

Color convert

RGB26167181-
CMYK0.860.0800.29
HSL185.42º74.88%40.59%-
HSV(B)185.42º85.64%70.98%-
XYZ22.5931.1948.55-
YUV126.44158.7956.36-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.95%
GREEN value IS 167 (65.62% from 255) = 44.65%
BLUE value IS 181 (71.09% from 255) = 48.40%
R=6.95%
G=44.65%
B=48.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal261671810.860.0800.29185.4274.8840.59
Hex1AA7B556801Db94b29
Octal322472651261003527111351
Binary11010101001111011010110101101000011101101110011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,167,181); }

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

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

 a { background-color: rgb(26,167,181); }

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

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

 span { border-color: rgb(26,167,181); }

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