#1AA4B4

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

Shades of Pelorous #1AA4B4

Tints of Pelorous #1AA4B4

Color information

#1AA4B4 (or 0x1AA4B4) is unknown color: approx Pelorous. HEX triplet: 1A, A4 and B4. RGB value is (26,164,180). Sum of RGB (Red+Green+Blue) = 26+164+180=370 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.03% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #1AA4B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AA4B4 is #E55B4B. Grayscale: #7C7C7C. Windows color (decimal): -15031116 or 11838490. OLE color: 11838490.

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

Color convert

RGB26164180-
CMYK0.860.0900.29
HSL186.23º74.76%40.39%-
HSV(B)186.23º85.56%70.59%-
XYZ21.9430.0747.83-
YUV124.56159.2857.7-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.03%
GREEN value IS 164 (64.45% from 255) = 44.32%
BLUE value IS 180 (70.70% from 255) = 48.65%
R=7.03%
G=44.32%
B=48.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal261641800.860.0900.29186.2374.7640.39
Hex1AA4B456901Dba4b28
Octal322442641261103527211350
Binary11010101001001011010010101101001011101101110101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,164,180); }

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

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

 a { background-color: rgb(26,164,180); }

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

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

 span { border-color: rgb(26,164,180); }

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