#1B9AB2

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

Shades of Pelorous #1B9AB2

Tints of Pelorous #1B9AB2

Color information

#1B9AB2 (or 0x1B9AB2) is unknown color: approx Pelorous. HEX triplet: 1B, 9A and B2. RGB value is (27,154,178). Sum of RGB (Red+Green+Blue) = 27+154+178=359 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.52% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 178 (69.92% from 255 or 49.58% from 359); Max value from RGB is 178 - color contains mainly: blue. Hex color #1B9AB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9AB2 is #E4654D. Grayscale: #767676. Windows color (decimal): -14968142 or 11704859. OLE color: 11704859.

HSL color Cylindrical-coordinate representation of color #1B9AB2: hue angle of 189.54º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B9AB2 is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB27154178-
CMYK0.850.1300.30
HSL189.54º73.66%40.2%-
HSV(B)189.54º84.83%69.8%-
XYZ20.0426.5646.19-
YUV118.76161.4262.55-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.52%
GREEN value IS 154 (60.55% from 255) = 42.90%
BLUE value IS 178 (69.92% from 255) = 49.58%
R=7.52%
G=42.90%
B=49.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal271541780.850.1300.30189.5473.6640.2
Hex1B9AB255D01Ebe4a28
Octal332322621251503627611250
Binary11011100110101011001010101011101011110101111101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,154,178); }

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

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

 a { background-color: rgb(27,154,178); }

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

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

 span { border-color: rgb(27,154,178); }

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