#18A1BD

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

Shades of Pelorous #18A1BD

Tints of Pelorous #18A1BD

Color information

#18A1BD (or 0x18A1BD) is unknown color: approx Pelorous. HEX triplet: 18, A1 and BD. RGB value is (24,161,189). Sum of RGB (Red+Green+Blue) = 24+161+189=374 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.42% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #18A1BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A1BD is #E75E42. Grayscale: #7A7A7A. Windows color (decimal): -15162947 or 12427544. OLE color: 12427544.

HSL color Cylindrical-coordinate representation of color #18A1BD: hue angle of 190.18º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18A1BD is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB24161189-
CMYK0.870.1500.26
HSL190.18º77.46%41.76%-
HSV(B)190.18º87.3%74.12%-
XYZ22.3129.3652.64-
YUV123.23165.1157.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.42%
GREEN value IS 161 (63.28% from 255) = 43.05%
BLUE value IS 189 (74.22% from 255) = 50.53%
R=6.42%
G=43.05%
B=50.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal241611890.870.1500.26190.1877.4641.76
Hex18A1BD57F01Abe4d2a
Octal302412751271703227611552
Binary11000101000011011110110101111111011010101111101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18A1BD; }

 p { color: rgb(24,161,189); }

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

<style>
 a { background-color: #18A1BD; }

 a { background-color: rgb(24,161,189); }

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

<style>
 span { border-color: #18A1BD; }

 span { border-color: rgb(24,161,189); }

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