#1889AB

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

Shades of Pelorous #1889AB

Tints of Pelorous #1889AB

Color information

#1889AB (or 0x1889AB) is unknown color: approx Pelorous. HEX triplet: 18, 89 and AB. RGB value is (24,137,171). Sum of RGB (Red+Green+Blue) = 24+137+171=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #1889AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1889AB is #E77654. Grayscale: #6A6A6A. Windows color (decimal): -15169109 or 11241752. OLE color: 11241752.

HSL color Cylindrical-coordinate representation of color #1889AB: hue angle of 193.88º 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 #1889AB is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB24137171-
CMYK0.860.2000.33
HSL193.88º75.38%38.24%-
HSV(B)193.88º85.96%67.06%-
XYZ16.6721.0341.71-
YUV107.09164.0668.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.23%
GREEN value IS 137 (53.91% from 255) = 41.27%
BLUE value IS 171 (67.19% from 255) = 51.51%
R=7.23%
G=41.27%
B=51.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241371710.860.2000.33193.8875.3838.24
Hex1889AB5614021c24b26
Octal302112531262404130211346
Binary1100010001001101010111010110101000100001110000101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1889AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1889AB; }

 p { color: rgb(24,137,171); }

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

<style>
 a { background-color: #1889AB; }

 a { background-color: rgb(24,137,171); }

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

<style>
 span { border-color: #1889AB; }

 span { border-color: rgb(24,137,171); }

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