#1E9ABD

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

Shades of Pelorous #1E9ABD

Tints of Pelorous #1E9ABD

Color information

#1E9ABD (or 0x1E9ABD) is unknown color: approx Pelorous. HEX triplet: 1E, 9A and BD. RGB value is (30,154,189). Sum of RGB (Red+Green+Blue) = 30+154+189=373 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.04% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E9ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9ABD is #E16542. Grayscale: #787878. Windows color (decimal): -14771523 or 12425758. OLE color: 12425758.

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

Color convert

RGB30154189-
CMYK0.840.1900.26
HSL193.21º72.6%42.94%-
HSV(B)193.21º84.13%74.12%-
XYZ21.2827.0652.25-
YUV120.91166.4263.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.04%
GREEN value IS 154 (60.55% from 255) = 41.29%
BLUE value IS 189 (74.22% from 255) = 50.67%
R=8.04%
G=41.29%
B=50.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301541890.840.1900.26193.2172.642.94
Hex1E9ABD541301Ac1492b
Octal362322751242303230111153
Binary111101001101010111101101010010011011010110000011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,154,189); }

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

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

 a { background-color: rgb(30,154,189); }

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

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

 span { border-color: rgb(30,154,189); }

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