#1B9AC5

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

Shades of Pelorous #1B9AC5

Tints of Pelorous #1B9AC5

Color information

#1B9AC5 (or 0x1B9AC5) is unknown color: approx Pelorous. HEX triplet: 1B, 9A and C5. RGB value is (27,154,197). Sum of RGB (Red+Green+Blue) = 27+154+197=378 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.14% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 197 (77.34% from 255 or 52.12% from 378); Max value from RGB is 197 - color contains mainly: blue. Hex color #1B9AC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B9AC5 is #E4653A. Grayscale: #787878. Windows color (decimal): -14968123 or 12950043. OLE color: 12950043.

HSL color Cylindrical-coordinate representation of color #1B9AC5: hue angle of 195.18º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B9AC5 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB27154197-
CMYK0.860.2200.23
HSL195.18º75.89%43.92%-
HSV(B)195.18º86.29%77.25%-
XYZ22.0927.3856.94-
YUV120.93170.9261-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.14%
GREEN value IS 154 (60.55% from 255) = 40.74%
BLUE value IS 197 (77.34% from 255) = 52.12%
R=7.14%
G=40.74%
B=52.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal271541970.860.2200.23195.1875.8943.92
Hex1B9AC55616017c34c2c
Octal332323051262602730311454
Binary110111001101011000101101011010110010111110000111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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