#1E8FB6

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

Shades of Pelorous #1E8FB6

Tints of Pelorous #1E8FB6

Color information

#1E8FB6 (or 0x1E8FB6) is unknown color: approx Pelorous. HEX triplet: 1E, 8F and B6. RGB value is (30,143,182). Sum of RGB (Red+Green+Blue) = 30+143+182=355 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.45% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 182 (71.48% from 255 or 51.27% from 355); Max value from RGB is 182 - color contains mainly: blue. Hex color #1E8FB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8FB6 is #E17049. Grayscale: #717171. Windows color (decimal): -14774346 or 11964190. OLE color: 11964190.

HSL color Cylindrical-coordinate representation of color #1E8FB6: hue angle of 195.39º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E8FB6 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB30143182-
CMYK0.840.2100.29
HSL195.39º71.7%41.57%-
HSV(B)195.39º83.52%71.37%-
XYZ18.823.347.76-
YUV113.66166.5668.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.45%
GREEN value IS 143 (56.25% from 255) = 40.28%
BLUE value IS 182 (71.48% from 255) = 51.27%
R=8.45%
G=40.28%
B=51.27%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal301431820.840.2100.29195.3971.741.57
Hex1E8FB6541501Dc3482a
Octal362172661242503530311052
Binary111101000111110110110101010010101011101110000111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,143,182); }

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

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

 a { background-color: rgb(30,143,182); }

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

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

 span { border-color: rgb(30,143,182); }

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