#1E9BBA

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

Shades of Pelorous #1E9BBA

Tints of Pelorous #1E9BBA

Color information

#1E9BBA (or 0x1E9BBA) is unknown color: approx Pelorous. HEX triplet: 1E, 9B and BA. RGB value is (30,155,186). Sum of RGB (Red+Green+Blue) = 30+155+186=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E9BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9BBA is #E16445. Grayscale: #787878. Windows color (decimal): -14771270 or 12229406. OLE color: 12229406.

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

Color convert

RGB30155186-
CMYK0.840.1700.27
HSL191.92º72.22%42.35%-
HSV(B)191.92º83.87%72.94%-
XYZ21.1227.2650.6-
YUV121.16164.5962.98-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.09%
GREEN value IS 155 (60.94% from 255) = 41.78%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=8.09%
G=41.78%
B=50.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal301551860.840.1700.27191.9272.2242.35
Hex1E9BBA541101Bc0482a
Octal362332721242103330011052
Binary111101001101110111010101010010001011011110000001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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