#1E96BE

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

Shades of Pelorous #1E96BE

Tints of Pelorous #1E96BE

Color information

#1E96BE (or 0x1E96BE) is unknown color: approx Pelorous. HEX triplet: 1E, 96 and BE. RGB value is (30,150,190). Sum of RGB (Red+Green+Blue) = 30+150+190=370 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.11% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E96BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E96BE is #E16941. Grayscale: #767676. Windows color (decimal): -14772546 or 12490270. OLE color: 12490270.

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

Color convert

RGB30150190-
CMYK0.840.2100.25
HSL195º72.73%43.14%-
HSV(B)195º84.21%74.51%-
XYZ20.7425.8152.6-
YUV118.68168.2464.75-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.11%
GREEN value IS 150 (58.98% from 255) = 40.54%
BLUE value IS 190 (74.61% from 255) = 51.35%
R=8.11%
G=40.54%
B=51.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal301501900.840.2100.2519572.7343.14
Hex1E96BE5415019c3492b
Octal362262761242503130311153
Binary111101001011010111110101010010101011001110000111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E96BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,150,190); }

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

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

 a { background-color: rgb(30,150,190); }

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

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

 span { border-color: rgb(30,150,190); }

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