#18A3C3

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

Shades of Pelorous #18A3C3

Tints of Pelorous #18A3C3

Color information

#18A3C3 (or 0x18A3C3) is unknown color: approx Pelorous. HEX triplet: 18, A3 and C3. RGB value is (24,163,195). Sum of RGB (Red+Green+Blue) = 24+163+195=382 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.28% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 195 (76.56% from 255 or 51.05% from 382); Max value from RGB is 195 - color contains mainly: blue. Hex color #18A3C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A3C3 is #E75C3C. Grayscale: #7C7C7C. Windows color (decimal): -15162429 or 12821272. OLE color: 12821272.

HSL color Cylindrical-coordinate representation of color #18A3C3: hue angle of 191.23º 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 #18A3C3 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB24163195-
CMYK0.880.1600.24
HSL191.23º78.08%42.94%-
HSV(B)191.23º87.69%76.47%-
XYZ23.3230.3356.25-
YUV125.09167.4555.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.28%
GREEN value IS 163 (64.06% from 255) = 42.67%
BLUE value IS 195 (76.56% from 255) = 51.05%
R=6.28%
G=42.67%
B=51.05%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal241631950.880.1600.24191.2378.0842.94
Hex18A3C35810018bf4e2b
Octal302433031302003027711653
Binary110001010001111000011101100010000011000101111111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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