#1E9DBA

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

Shades of Pelorous #1E9DBA

Tints of Pelorous #1E9DBA

Color information

#1E9DBA (or 0x1E9DBA) is unknown color: approx Pelorous. HEX triplet: 1E, 9D and BA. RGB value is (30,157,186). Sum of RGB (Red+Green+Blue) = 30+157+186=373 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.04% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E9DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9DBA is #E16245. Grayscale: #7A7A7A. Windows color (decimal): -14770758 or 12229918. OLE color: 12229918.

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

Color convert

RGB30157186-
CMYK0.840.1600.27
HSL191.15º72.22%42.35%-
HSV(B)191.15º83.87%72.94%-
XYZ21.4627.9450.72-
YUV122.33163.9262.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.04%
GREEN value IS 157 (61.72% from 255) = 42.09%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=8.04%
G=42.09%
B=49.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal301571860.840.1600.27191.1572.2242.35
Hex1E9DBA541001Bbf482a
Octal362352721242003327711052
Binary111101001110110111010101010010000011011101111111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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