#1E8ABA

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

Shades of Pelorous #1E8ABA

Tints of Pelorous #1E8ABA

Color information

#1E8ABA (or 0x1E8ABA) is unknown color: approx Pelorous. HEX triplet: 1E, 8A and BA. RGB value is (30,138,186). Sum of RGB (Red+Green+Blue) = 30+138+186=354 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.47% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E8ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8ABA is #E17545. Grayscale: #6E6E6E. Windows color (decimal): -14775622 or 12225054. OLE color: 12225054.

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

Color convert

RGB30138186-
CMYK0.840.2600.27
HSL198.46º72.22%42.35%-
HSV(B)198.46º83.87%72.94%-
XYZ18.492249.73-
YUV111.18170.2270.1-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.47%
GREEN value IS 138 (54.30% from 255) = 38.98%
BLUE value IS 186 (73.05% from 255) = 52.54%
R=8.47%
G=38.98%
B=52.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal301381860.840.2600.27198.4672.2242.35
Hex1E8ABA541A01Bc6482a
Octal362122721243203330611052
Binary111101000101010111010101010011010011011110001101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,138,186); }

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

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

 a { background-color: rgb(30,138,186); }

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

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

 span { border-color: rgb(30,138,186); }

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