#1A9AAA

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

Shades of Pelorous #1A9AAA

Tints of Pelorous #1A9AAA

Color information

#1A9AAA (or 0x1A9AAA) is unknown color: approx Pelorous. HEX triplet: 1A, 9A and AA. RGB value is (26,154,170). Sum of RGB (Red+Green+Blue) = 26+154+170=350 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.43% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A9AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9AAA is #E56555. Grayscale: #757575. Windows color (decimal): -15033686 or 11180570. OLE color: 11180570.

HSL color Cylindrical-coordinate representation of color #1A9AAA: hue angle of 186.67º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A9AAA is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB26154170-
CMYK0.850.0900.33
HSL186.67º73.47%38.43%-
HSV(B)186.67º84.71%66.67%-
XYZ19.2426.2342.08-
YUV117.55157.5962.7-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.43%
GREEN value IS 154 (60.55% from 255) = 44%
BLUE value IS 170 (66.80% from 255) = 48.57%
R=7.43%
G=44%
B=48.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal261541700.850.0900.33186.6773.4738.43
Hex1A9AAA559021bb4926
Octal322322521251104127311146
Binary110101001101010101010101010110010100001101110111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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