#1E99BE

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

Shades of Pelorous #1E99BE

Tints of Pelorous #1E99BE

Color information

#1E99BE (or 0x1E99BE) is unknown color: approx Pelorous. HEX triplet: 1E, 99 and BE. RGB value is (30,153,190). Sum of RGB (Red+Green+Blue) = 30+153+190=373 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.04% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E99BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E99BE is #E16641. Grayscale: #787878. Windows color (decimal): -14771778 or 12491038. OLE color: 12491038.

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

Color convert

RGB30153190-
CMYK0.840.1900.25
HSL193.88º72.73%43.14%-
HSV(B)193.88º84.21%74.51%-
XYZ21.2226.7852.77-
YUV120.44167.2563.49-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.04%
GREEN value IS 153 (60.16% from 255) = 41.02%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=8.04%
G=41.02%
B=50.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal301531900.840.1900.25193.8872.7343.14
Hex1E99BE5413019c2492b
Octal362312761242303130211153
Binary111101001100110111110101010010011011001110000101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E99BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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