#1E99BA

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

Shades of Pelorous #1E99BA

Tints of Pelorous #1E99BA

Color information

#1E99BA (or 0x1E99BA) is unknown color: approx Pelorous. HEX triplet: 1E, 99 and BA. RGB value is (30,153,186). Sum of RGB (Red+Green+Blue) = 30+153+186=369 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.13% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E99BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E99BA is #E16645. Grayscale: #777777. Windows color (decimal): -14771782 or 12228894. OLE color: 12228894.

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

Color convert

RGB30153186-
CMYK0.840.1800.27
HSL192.69º72.22%42.35%-
HSV(B)192.69º83.87%72.94%-
XYZ20.7926.650.49-
YUV119.98165.2563.82-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.13%
GREEN value IS 153 (60.16% from 255) = 41.46%
BLUE value IS 186 (73.05% from 255) = 50.41%
R=8.13%
G=41.46%
B=50.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal301531860.840.1800.27192.6972.2242.35
Hex1E99BA541201Bc1482a
Octal362312721242203330111052
Binary111101001100110111010101010010010011011110000011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E99BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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