#1BA6C0

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

Shades of Pelorous #1BA6C0

Tints of Pelorous #1BA6C0

Color information

#1BA6C0 (or 0x1BA6C0) is unknown color: approx Pelorous. HEX triplet: 1B, A6 and C0. RGB value is (27,166,192). Sum of RGB (Red+Green+Blue) = 27+166+192=385 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.01% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #1BA6C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA6C0 is #E4593F. Grayscale: #7F7F7F. Windows color (decimal): -14965056 or 12625435. OLE color: 12625435.

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

Color convert

RGB27166192-
CMYK0.860.1400.25
HSL189.45º75.34%42.94%-
HSV(B)189.45º85.94%75.29%-
XYZ23.631.3154.67-
YUV127.4164.4556.39-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.01%
GREEN value IS 166 (65.23% from 255) = 43.12%
BLUE value IS 192 (75.39% from 255) = 49.87%
R=7.01%
G=43.12%
B=49.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271661920.860.1400.25189.4575.3442.94
Hex1BA6C056E019bd4b2b
Octal332463001261603127511353
Binary11011101001101100000010101101110011001101111011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,166,192); }

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

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

 a { background-color: rgb(27,166,192); }

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

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

 span { border-color: rgb(27,166,192); }

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