#1E8AAC

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

Shades of Pelorous #1E8AAC

Tints of Pelorous #1E8AAC

Color information

#1E8AAC (or 0x1E8AAC) is unknown color: approx Pelorous. HEX triplet: 1E, 8A and AC. RGB value is (30,138,172). Sum of RGB (Red+Green+Blue) = 30+138+172=340 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.82% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E8AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8AAC is #E17553. Grayscale: #6D6D6D. Windows color (decimal): -14775636 or 11307550. OLE color: 11307550.

HSL color Cylindrical-coordinate representation of color #1E8AAC: hue angle of 194.37º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E8AAC is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB30138172-
CMYK0.830.2000.33
HSL194.37º70.3%39.61%-
HSV(B)194.37º82.56%67.45%-
XYZ17.0721.4342.27-
YUV109.58163.2271.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.82%
GREEN value IS 138 (54.30% from 255) = 40.59%
BLUE value IS 172 (67.58% from 255) = 50.59%
R=8.82%
G=40.59%
B=50.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301381720.830.2000.33194.3770.339.61
Hex1E8AAC5314021c24628
Octal362122541232404130210650
Binary1111010001010101011001010011101000100001110000101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,138,172); }

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

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

 a { background-color: rgb(30,138,172); }

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

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

 span { border-color: rgb(30,138,172); }

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