#1EA2BF

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

Shades of Pelorous #1EA2BF

Tints of Pelorous #1EA2BF

Color information

#1EA2BF (or 0x1EA2BF) is unknown color: approx Pelorous. HEX triplet: 1E, A2 and BF. RGB value is (30,162,191). Sum of RGB (Red+Green+Blue) = 30+162+191=383 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.83% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #1EA2BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA2BF is #E15D40. Grayscale: #7D7D7D. Windows color (decimal): -14769473 or 12558878. OLE color: 12558878.

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

Color convert

RGB30162191-
CMYK0.840.1500.25
HSL190.81º72.85%43.33%-
HSV(B)190.81º84.29%74.9%-
XYZ22.8629.8853.85-
YUV125.84164.7759.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.83%
GREEN value IS 162 (63.67% from 255) = 42.30%
BLUE value IS 191 (75% from 255) = 49.87%
R=7.83%
G=42.30%
B=49.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal301621910.840.1500.25190.8172.8543.33
Hex1EA2BF54F019bf492b
Octal362422771241703127711153
Binary11110101000101011111110101001111011001101111111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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