#18A2C3

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

Shades of Pelorous #18A2C3

Tints of Pelorous #18A2C3

Color information

#18A2C3 (or 0x18A2C3) is unknown color: approx Pelorous. HEX triplet: 18, A2 and C3. RGB value is (24,162,195). Sum of RGB (Red+Green+Blue) = 24+162+195=381 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.30% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 195 (76.56% from 255 or 51.18% from 381); Max value from RGB is 195 - color contains mainly: blue. Hex color #18A2C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A2C3 is #E75D3C. Grayscale: #7C7C7C. Windows color (decimal): -15162685 or 12821016. OLE color: 12821016.

HSL color Cylindrical-coordinate representation of color #18A2C3: hue angle of 191.58º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18A2C3 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB24162195-
CMYK0.880.1700.24
HSL191.58º78.08%42.94%-
HSV(B)191.58º87.69%76.47%-
XYZ23.1529.9756.2-
YUV124.5167.7856.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.30%
GREEN value IS 162 (63.67% from 255) = 42.52%
BLUE value IS 195 (76.56% from 255) = 51.18%
R=6.30%
G=42.52%
B=51.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal241621950.880.1700.24191.5878.0842.94
Hex18A2C35811018c04e2b
Octal302423031302103030011653
Binary110001010001011000011101100010001011000110000001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,162,195); }

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

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

 a { background-color: rgb(24,162,195); }

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

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

 span { border-color: rgb(24,162,195); }

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