#1EA1C1

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

Shades of Pelorous #1EA1C1

Tints of Pelorous #1EA1C1

Color information

#1EA1C1 (or 0x1EA1C1) is unknown color: approx Pelorous. HEX triplet: 1E, A1 and C1. RGB value is (30,161,193). Sum of RGB (Red+Green+Blue) = 30+161+193=384 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.81% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #1EA1C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA1C1 is #E15E3E. Grayscale: #7D7D7D. Windows color (decimal): -14769727 or 12689694. OLE color: 12689694.

HSL color Cylindrical-coordinate representation of color #1EA1C1: hue angle of 191.78º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EA1C1 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB30161193-
CMYK0.840.1700.24
HSL191.78º73.09%43.73%-
HSV(B)191.78º84.46%75.69%-
XYZ22.9129.6254.96-
YUV125.48166.159.9-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.81%
GREEN value IS 161 (63.28% from 255) = 41.93%
BLUE value IS 193 (75.78% from 255) = 50.26%
R=7.81%
G=41.93%
B=50.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal301611930.840.1700.24191.7873.0943.73
Hex1EA1C15411018c0492c
Octal362413011242103030011154
Binary111101010000111000001101010010001011000110000001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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