#1899AB

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

Shades of Pelorous #1899AB

Tints of Pelorous #1899AB

Color information

#1899AB (or 0x1899AB) is unknown color: approx Pelorous. HEX triplet: 18, 99 and AB. RGB value is (24,153,171). Sum of RGB (Red+Green+Blue) = 24+153+171=348 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.90% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #1899AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1899AB is #E76654. Grayscale: #747474. Windows color (decimal): -15165013 or 11245848. OLE color: 11245848.

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

Color convert

RGB24153171-
CMYK0.860.1100.33
HSL187.35º75.38%38.24%-
HSV(B)187.35º85.96%67.06%-
XYZ19.1225.9242.52-
YUV116.48158.7662.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.90%
GREEN value IS 153 (60.16% from 255) = 43.97%
BLUE value IS 171 (67.19% from 255) = 49.14%
R=6.90%
G=43.97%
B=49.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241531710.860.1100.33187.3575.3838.24
Hex1899AB56B021bb4b26
Octal302312531261304127311346
Binary110001001100110101011101011010110100001101110111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1899AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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