#1EA4C5

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

Shades of Pelorous #1EA4C5

Tints of Pelorous #1EA4C5

Color information

#1EA4C5 (or 0x1EA4C5) is unknown color: approx Pelorous. HEX triplet: 1E, A4 and C5. RGB value is (30,164,197). Sum of RGB (Red+Green+Blue) = 30+164+197=391 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.67% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 197 (77.34% from 255 or 50.38% from 391); Max value from RGB is 197 - color contains mainly: blue. Hex color #1EA4C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA4C5 is #E15B3A. Grayscale: #7F7F7F. Windows color (decimal): -14768955 or 12952606. OLE color: 12952606.

HSL color Cylindrical-coordinate representation of color #1EA4C5: hue angle of 191.86º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EA4C5 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB30164197-
CMYK0.850.1700.23
HSL191.86º73.57%44.51%-
HSV(B)191.86º84.77%77.25%-
XYZ23.8930.8657.52-
YUV127.7167.1158.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.67%
GREEN value IS 164 (64.45% from 255) = 41.94%
BLUE value IS 197 (77.34% from 255) = 50.38%
R=7.67%
G=41.94%
B=50.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal301641970.850.1700.23191.8673.5744.51
Hex1EA4C55511017c04a2d
Octal362443051252102730011255
Binary111101010010011000101101010110001010111110000001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,164,197); }

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

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

 a { background-color: rgb(30,164,197); }

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

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

 span { border-color: rgb(30,164,197); }

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