#18A3BF

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

Shades of Pelorous #18A3BF

Tints of Pelorous #18A3BF

Color information

#18A3BF (or 0x18A3BF) is unknown color: approx Pelorous. HEX triplet: 18, A3 and BF. RGB value is (24,163,191). Sum of RGB (Red+Green+Blue) = 24+163+191=378 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.35% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #18A3BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A3BF is #E75C40. Grayscale: #7C7C7C. Windows color (decimal): -15162433 or 12559128. OLE color: 12559128.

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

Color convert

RGB24163191-
CMYK0.870.1500.25
HSL190.06º77.67%42.16%-
HSV(B)190.06º87.43%74.9%-
XYZ22.8830.1553.9-
YUV124.63165.4556.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.35%
GREEN value IS 163 (64.06% from 255) = 43.12%
BLUE value IS 191 (75% from 255) = 50.53%
R=6.35%
G=43.12%
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.25
SystemRedGreenBlueCMYKHSL
Decimal241631910.870.1500.25190.0677.6742.16
Hex18A3BF57F019be4e2a
Octal302432771271703127611652
Binary11000101000111011111110101111111011001101111101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,163,191); }

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

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

 a { background-color: rgb(24,163,191); }

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

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

 span { border-color: rgb(24,163,191); }

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