#1E8BA7

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

Shades of Pelorous #1E8BA7

Tints of Pelorous #1E8BA7

Color information

#1E8BA7 (or 0x1E8BA7) is unknown color: approx Pelorous. HEX triplet: 1E, 8B and A7. RGB value is (30,139,167). Sum of RGB (Red+Green+Blue) = 30+139+167=336 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.93% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 167 (65.62% from 255 or 49.70% from 336); Max value from RGB is 167 - color contains mainly: blue. Hex color #1E8BA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8BA7 is #E17458. Grayscale: #6D6D6D. Windows color (decimal): -14775385 or 10980126. OLE color: 10980126.

HSL color Cylindrical-coordinate representation of color #1E8BA7: hue angle of 192.26º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E8BA7 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB30139167-
CMYK0.820.1700.35
HSL192.26º69.54%38.63%-
HSV(B)192.26º82.04%65.49%-
XYZ16.7421.5339.83-
YUV109.6160.3971.22-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.93%
GREEN value IS 139 (54.69% from 255) = 41.37%
BLUE value IS 167 (65.62% from 255) = 49.70%
R=8.93%
G=41.37%
B=49.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal301391670.820.1700.35192.2669.5438.63
Hex1E8BA75211023c04627
Octal362132471222104330010647
Binary1111010001011101001111010010100010100011110000001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,139,167); }

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

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

 a { background-color: rgb(30,139,167); }

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

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

 span { border-color: rgb(30,139,167); }

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