#1BA8C5

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

Shades of Pelorous #1BA8C5

Tints of Pelorous #1BA8C5

Color information

#1BA8C5 (or 0x1BA8C5) is unknown color: approx Pelorous. HEX triplet: 1B, A8 and C5. RGB value is (27,168,197). Sum of RGB (Red+Green+Blue) = 27+168+197=392 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.89% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 197 (77.34% from 255 or 50.26% from 392); Max value from RGB is 197 - color contains mainly: blue. Hex color #1BA8C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA8C5 is #E4573A. Grayscale: #808080. Windows color (decimal): -14964539 or 12953627. OLE color: 12953627.

HSL color Cylindrical-coordinate representation of color #1BA8C5: hue angle of 190.24º 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 #1BA8C5 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB27168197-
CMYK0.860.1500.23
HSL190.24º75.89%43.92%-
HSV(B)190.24º86.29%77.25%-
XYZ24.5332.2757.76-
YUV129.15166.2955.14-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.89%
GREEN value IS 168 (66.02% from 255) = 42.86%
BLUE value IS 197 (77.34% from 255) = 50.26%
R=6.89%
G=42.86%
B=50.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal271681970.860.1500.23190.2475.8943.92
Hex1BA8C556F017be4c2c
Octal332503051261702727611454
Binary11011101010001100010110101101111010111101111101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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