Html Css Color HEX #18A3BC Pelorous

📋 copy color: '#18A3BC'

red 24 ◦ green 163 ◦ blue 188

#18A3BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #18A3BC

Tints of Pelorous #18A3BC

RGB

 RED value IS 24 (9.77% from 255) = 6.4%

 GREEN value IS 163 (64.06% from 255) = 43.47%

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 6.4%
G = 43.47%
B = 50.13%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#18A3BC (or 0x18A3BC) is known color: Pelorous. HEX triplet: 18, A3 and BC. RGB value is (24,163,188). Sum of RGB (Red+Green+Blue) = 24+163+188=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #18A3BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A3BC is #E75C43. Grayscale: #7C7C7C. Windows color (decimal): -15162436 or 12362520. OLE color: 12362520.

HSL color Cylindrical-coordinate representation of color #18A3BC: hue angle of 189.15º 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 #18A3BC is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 163 188 -
CMYK 0.87 0.13 0 0.26
HSL 189.15º 0.77% 0.42% -
HSV(B) 189.15º 0.87% 0.74% -
XYZ 22.55 30.02 52.18 -
YUV 124.29 163.95 56.47 -
System Red Green Blue C M Y K H S L
Decimal 24 163 188 0.87 0.13 0 0.26 189.15 0.77 0.42
Hex 18 A3 BC 57 D 0 1A BD 4D 2A
Octal 30 243 274 127 15 0 32 275 115 52
Binary 11000 10100011 10111100 1010111 1101 0 11010 10111101 1001101 101010

Color Harmonies of #18A3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A3BC

Black with #18A3BC

Text Example


Text Example

White with #18A3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18A3BC;
 }
 .AnyTagClassName
 {
   color: #18A3BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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