#1b9ac1

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

Shades of Pelorous #1B9AC1

Tints of Pelorous #1B9AC1

Color information

#1B9AC1 (or 0x1B9AC1) is unknown color: approx Pelorous. HEX triplet: 1B, 9A and C1. RGB value is (27,154,193). Sum of RGB (Red+Green+Blue) = 27+154+193=374 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.22% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #1B9AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B9AC1 is #E4653E. Grayscale: #787878. Windows color (decimal): -14968127 or 12687899. OLE color: 12687899.

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

Color convert

RGB27154193-
CMYK0.860.2000.24
HSL194.1º75.45%43.14%-
HSV(B)194.1º86.01%75.69%-
XYZ21.6327.1954.56-
YUV120.47168.9261.33-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.22%
GREEN value IS 154 (60.55% from 255) = 41.18%
BLUE value IS 193 (75.78% from 255) = 51.60%
R=7.22%
G=41.18%
B=51.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal271541930.860.2000.24194.175.4543.14
Hex1B9AC15614018c24b2b
Octal332323011262403030211353
Binary110111001101011000001101011010100011000110000101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b9ac1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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