#1e8ac6

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

Shades of Pelorous #1E8AC6

Tints of Pelorous #1E8AC6

Color information

#1E8AC6 (or 0x1E8AC6) is unknown color: approx Pelorous. HEX triplet: 1E, 8A and C6. RGB value is (30,138,198). Sum of RGB (Red+Green+Blue) = 30+138+198=366 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.20% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 198 (77.73% from 255 or 54.10% from 366); Max value from RGB is 198 - color contains mainly: blue. Hex color #1E8AC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8AC6 is #E17539. Grayscale: #707070. Windows color (decimal): -14775610 or 13011486. OLE color: 13011486.

HSL color Cylindrical-coordinate representation of color #1E8AC6: hue angle of 201.43º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E8AC6 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB30138198-
CMYK0.850.3000.22
HSL201.43º73.68%44.71%-
HSV(B)201.43º84.85%77.65%-
XYZ19.8222.5356.73-
YUV112.55176.2269.12-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.20%
GREEN value IS 138 (54.30% from 255) = 37.70%
BLUE value IS 198 (77.73% from 255) = 54.10%
R=8.20%
G=37.70%
B=54.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal301381980.850.3000.22201.4373.6844.71
Hex1E8AC6551E016c94a2d
Octal362123061253602631111255
Binary111101000101011000110101010111110010110110010011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e8ac6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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