#1E9BD1

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

Shades of Pelorous #1E9BD1

Tints of Pelorous #1E9BD1

Color information

#1E9BD1 (or 0x1E9BD1) is unknown color: approx Pelorous. HEX triplet: 1E, 9B and D1. RGB value is (30,155,209). Sum of RGB (Red+Green+Blue) = 30+155+209=394 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.61% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 209 (82.03% from 255 or 53.05% from 394); Max value from RGB is 209 - color contains mainly: blue. Hex color #1E9BD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9BD1 is #E1642E. Grayscale: #7B7B7B. Windows color (decimal): -14771247 or 13736734. OLE color: 13736734.

HSL color Cylindrical-coordinate representation of color #1E9BD1: hue angle of 198.1º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E9BD1 is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB30155209-
CMYK0.860.2600.18
HSL198.1º74.9%46.86%-
HSV(B)198.1º85.65%81.96%-
XYZ23.7728.3264.54-
YUV123.78176.0961.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.61%
GREEN value IS 155 (60.94% from 255) = 39.34%
BLUE value IS 209 (82.03% from 255) = 53.05%
R=7.61%
G=39.34%
B=53.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal301552090.860.2600.18198.174.946.86
Hex1E9BD1561A012c64b2f
Octal362333211263202230611357
Binary111101001101111010001101011011010010010110001101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,155,209); }

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

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

 a { background-color: rgb(30,155,209); }

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

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

 span { border-color: rgb(30,155,209); }

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