#1886AA

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

Shades of Pelorous #1886AA

Tints of Pelorous #1886AA

Color information

#1886AA (or 0x1886AA) is unknown color: approx Pelorous. HEX triplet: 18, 86 and AA. RGB value is (24,134,170). Sum of RGB (Red+Green+Blue) = 24+134+170=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #1886AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1886AA is #E77955. Grayscale: #686868. Windows color (decimal): -15169878 or 11175448. OLE color: 11175448.

HSL color Cylindrical-coordinate representation of color #1886AA: hue angle of 194.79º degrees, saturation: 0.75, 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 #1886AA is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB24134170-
CMYK0.860.2100.33
HSL194.79º75.26%38.04%-
HSV(B)194.79º85.88%66.67%-
XYZ16.1620.1541.07-
YUV105.21164.5670.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.32%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 170 (66.80% from 255) = 51.83%
R=7.32%
G=40.85%
B=51.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241341700.860.2100.33194.7975.2638.04
Hex1886AA5615021c34b26
Octal302062521262504130311346
Binary1100010000110101010101010110101010100001110000111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1886AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1886AA; }

 p { color: rgb(24,134,170); }

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

<style>
 a { background-color: #1886AA; }

 a { background-color: rgb(24,134,170); }

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

<style>
 span { border-color: #1886AA; }

 span { border-color: rgb(24,134,170); }

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