#1986aa

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

Shades of Pelorous #1986AA

Tints of Pelorous #1986AA

Color information

#1986AA (or 0x1986AA) is unknown color: approx Pelorous. HEX triplet: 19, 86 and AA. RGB value is (25,134,170). Sum of RGB (Red+Green+Blue) = 25+134+170=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #1986AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1986AA is #E67955. Grayscale: #696969. Windows color (decimal): -15104342 or 11175449. OLE color: 11175449.

HSL color Cylindrical-coordinate representation of color #1986AA: hue angle of 194.9º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1986AA is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB25134170-
CMYK0.850.2100.33
HSL194.9º74.36%38.24%-
HSV(B)194.9º85.29%66.67%-
XYZ16.1820.1641.07-
YUV105.51164.3970.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.60%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 170 (66.80% from 255) = 51.67%
R=7.60%
G=40.73%
B=51.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251341700.850.2100.33194.974.3638.24
Hex1986AA5515021c34a26
Octal312062521252504130311246
Binary1100110000110101010101010101101010100001110000111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1986aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1986aa; }

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

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

<style>
 a { background-color: #1986aa; }

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

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

<style>
 span { border-color: #1986aa; }

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

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