#1A9FB6

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

Shades of Pelorous #1A9FB6

Tints of Pelorous #1A9FB6

Color information

#1A9FB6 (or 0x1A9FB6) is unknown color: approx Pelorous. HEX triplet: 1A, 9F and B6. RGB value is (26,159,182). Sum of RGB (Red+Green+Blue) = 26+159+182=367 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.08% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 182 - color contains mainly: blue. Hex color #1A9FB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A9FB6 is #E56049. Grayscale: #797979. Windows color (decimal): -15032394 or 11968282. OLE color: 11968282.

HSL color Cylindrical-coordinate representation of color #1A9FB6: hue angle of 188.85º 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 #1A9FB6 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB26159182-
CMYK0.860.1300.29
HSL188.85º75%40.78%-
HSV(B)188.85º85.71%71.37%-
XYZ21.2728.3948.62-
YUV121.86161.9459.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.08%
GREEN value IS 159 (62.5% from 255) = 43.32%
BLUE value IS 182 (71.48% from 255) = 49.59%
R=7.08%
G=43.32%
B=49.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal261591820.860.1300.29188.857540.78
Hex1A9FB656D01Dbd4b29
Octal322372661261503527511351
Binary11010100111111011011010101101101011101101111011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,159,182); }

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

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

 a { background-color: rgb(26,159,182); }

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

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

 span { border-color: rgb(26,159,182); }

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