#1893AC

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

Shades of Pelorous #1893AC

Tints of Pelorous #1893AC

Color information

#1893AC (or 0x1893AC) is unknown color: approx Pelorous. HEX triplet: 18, 93 and AC. RGB value is (24,147,172). Sum of RGB (Red+Green+Blue) = 24+147+172=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #1893AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1893AC is #E76C53. Grayscale: #707070. Windows color (decimal): -15166548 or 11309848. OLE color: 11309848.

HSL color Cylindrical-coordinate representation of color #1893AC: hue angle of 190.14º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1893AC is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB24147172-
CMYK0.860.1500.33
HSL190.14º75.51%38.43%-
HSV(B)190.14º86.05%67.45%-
XYZ18.2624.0442.71-
YUV113.07161.2564.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.00%
GREEN value IS 147 (57.81% from 255) = 42.86%
BLUE value IS 172 (67.58% from 255) = 50.15%
R=7.00%
G=42.86%
B=50.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241471720.860.1500.33190.1475.5138.43
Hex1893AC56F021be4c26
Octal302232541261704127611446
Binary110001001001110101100101011011110100001101111101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1893AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1893AC; }

 p { color: rgb(24,147,172); }

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

<style>
 a { background-color: #1893AC; }

 a { background-color: rgb(24,147,172); }

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

<style>
 span { border-color: #1893AC; }

 span { border-color: rgb(24,147,172); }

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