#1A8AA6

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

Shades of Pelorous #1A8AA6

Tints of Pelorous #1A8AA6

Color information

#1A8AA6 (or 0x1A8AA6) is unknown color: approx Pelorous. HEX triplet: 1A, 8A and A6. RGB value is (26,138,166). Sum of RGB (Red+Green+Blue) = 26+138+166=330 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.88% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 166 (65.23% from 255 or 50.30% from 330); Max value from RGB is 166 - color contains mainly: blue. Hex color #1A8AA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8AA6 is #E57559. Grayscale: #6B6B6B. Windows color (decimal): -15037786 or 10914330. OLE color: 10914330.

HSL color Cylindrical-coordinate representation of color #1A8AA6: hue angle of 192º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A8AA6 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB26138166-
CMYK0.840.1700.35
HSL192º72.92%37.65%-
HSV(B)192º84.34%65.1%-
XYZ16.421.1539.29-
YUV107.7160.8969.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.88%
GREEN value IS 138 (54.30% from 255) = 41.82%
BLUE value IS 166 (65.23% from 255) = 50.30%
R=7.88%
G=41.82%
B=50.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal261381660.840.1700.3519272.9237.65
Hex1A8AA65411023c04926
Octal322122461242104330011146
Binary1101010001010101001101010100100010100011110000001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,138,166); }

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

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

 a { background-color: rgb(26,138,166); }

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

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

 span { border-color: rgb(26,138,166); }

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