#1E9EB8

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

Shades of Pelorous #1E9EB8

Tints of Pelorous #1E9EB8

Color information

#1E9EB8 (or 0x1E9EB8) is unknown color: approx Pelorous. HEX triplet: 1E, 9E and B8. RGB value is (30,158,184). Sum of RGB (Red+Green+Blue) = 30+158+184=372 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.06% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 184 (72.27% from 255 or 49.46% from 372); Max value from RGB is 184 - color contains mainly: blue. Hex color #1E9EB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9EB8 is #E16147. Grayscale: #7A7A7A. Windows color (decimal): -14770504 or 12099102. OLE color: 12099102.

HSL color Cylindrical-coordinate representation of color #1E9EB8: hue angle of 190.13º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E9EB8 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB30158184-
CMYK0.840.1400.28
HSL190.13º71.96%41.96%-
HSV(B)190.13º83.7%72.16%-
XYZ21.4128.1949.66-
YUV122.69162.5961.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.06%
GREEN value IS 158 (62.11% from 255) = 42.47%
BLUE value IS 184 (72.27% from 255) = 49.46%
R=8.06%
G=42.47%
B=49.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal301581840.840.1400.28190.1371.9641.96
Hex1E9EB854E01Cbe482a
Octal362362701241603427611052
Binary11110100111101011100010101001110011100101111101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,158,184); }

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

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

 a { background-color: rgb(30,158,184); }

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

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

 span { border-color: rgb(30,158,184); }

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