#1B9ABE

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

Shades of Pelorous #1B9ABE

Tints of Pelorous #1B9ABE

Color information

#1B9ABE (or 0x1B9ABE) is unknown color: approx Pelorous. HEX triplet: 1B, 9A and BE. RGB value is (27,154,190). Sum of RGB (Red+Green+Blue) = 27+154+190=371 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.28% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B9ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B9ABE is #E46541. Grayscale: #777777. Windows color (decimal): -14968130 or 12491291. OLE color: 12491291.

HSL color Cylindrical-coordinate representation of color #1B9ABE: hue angle of 193.25º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B9ABE is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB27154190-
CMYK0.860.1900.25
HSL193.25º75.12%42.55%-
HSV(B)193.25º85.79%74.51%-
XYZ21.327.0652.82-
YUV120.13167.4261.57-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.28%
GREEN value IS 154 (60.55% from 255) = 41.51%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=7.28%
G=41.51%
B=51.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271541900.860.1900.25193.2575.1242.55
Hex1B9ABE5613019c14b2b
Octal332322761262303130111353
Binary110111001101010111110101011010011011001110000011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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