#1EA1BF

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

Shades of Pelorous #1EA1BF

Tints of Pelorous #1EA1BF

Color information

#1EA1BF (or 0x1EA1BF) is unknown color: approx Pelorous. HEX triplet: 1E, A1 and BF. RGB value is (30,161,191). Sum of RGB (Red+Green+Blue) = 30+161+191=382 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.85% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #1EA1BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA1BF is #E15E40. Grayscale: #7D7D7D. Windows color (decimal): -14769729 or 12558622. OLE color: 12558622.

HSL color Cylindrical-coordinate representation of color #1EA1BF: hue angle of 191.18º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EA1BF is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB30161191-
CMYK0.840.1600.25
HSL191.18º72.85%43.33%-
HSV(B)191.18º84.29%74.9%-
XYZ22.6829.5353.79-
YUV125.25165.160.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.85%
GREEN value IS 161 (63.28% from 255) = 42.15%
BLUE value IS 191 (75% from 255) = 50%
R=7.85%
G=42.15%
B=50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal301611910.840.1600.25191.1872.8543.33
Hex1EA1BF5410019bf492b
Octal362412771242003127711153
Binary111101010000110111111101010010000011001101111111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,161,191); }

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

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

 a { background-color: rgb(30,161,191); }

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

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

 span { border-color: rgb(30,161,191); }

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