#1B9ABC

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

Shades of Pelorous #1B9ABC

Tints of Pelorous #1B9ABC

Color information

#1B9ABC (or 0x1B9ABC) is unknown color: approx Pelorous. HEX triplet: 1B, 9A and BC. RGB value is (27,154,188). Sum of RGB (Red+Green+Blue) = 27+154+188=369 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.32% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B9ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B9ABC is #E46543. Grayscale: #777777. Windows color (decimal): -14968132 or 12360219. OLE color: 12360219.

HSL color Cylindrical-coordinate representation of color #1B9ABC: hue angle of 192.67º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B9ABC is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB27154188-
CMYK0.860.1800.26
HSL192.67º74.88%42.16%-
HSV(B)192.67º85.64%73.73%-
XYZ21.0826.9851.67-
YUV119.9166.4261.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.32%
GREEN value IS 154 (60.55% from 255) = 41.73%
BLUE value IS 188 (73.83% from 255) = 50.95%
R=7.32%
G=41.73%
B=50.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal271541880.860.1800.26192.6774.8842.16
Hex1B9ABC561201Ac14b2a
Octal332322741262203230111352
Binary110111001101010111100101011010010011010110000011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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