Html Css Color HEX #18A3BD Pelorous

📋 copy color: '#18A3BD'

red 24 ◦ green 163 ◦ blue 189

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

Shades of Pelorous #18A3BD

Tints of Pelorous #18A3BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.27%

R = 6.38%
G = 43.35%
B = 50.27%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#18A3BD (or 0x18A3BD) is known color: Pelorous. HEX triplet: 18, A3 and BD. RGB value is (24,163,189). Sum of RGB (Red+Green+Blue) = 24+163+189=376 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.38% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #18A3BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A3BD is #E75C42. Grayscale: #7C7C7C. Windows color (decimal): -15162435 or 12428056. OLE color: 12428056.

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

Color convert

RGB 24 163 189 -
CMYK 0.87 0.14 0 0.26
HSL 189.45º 0.77% 0.42% -
HSV(B) 189.45º 0.87% 0.74% -
XYZ 22.66 30.06 52.75 -
YUV 124.4 164.45 56.39 -
System Red Green Blue C M Y K H S L
Decimal 24 163 189 0.87 0.14 0 0.26 189.45 0.77 0.42
Hex 18 A3 BD 57 E 0 1A BD 4D 2A
Octal 30 243 275 127 16 0 32 275 115 52
Binary 11000 10100011 10111101 1010111 1110 0 11010 10111101 1001101 101010

Color Harmonies of #18A3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A3BD

Black with #18A3BD

Text Example


Text Example

White with #18A3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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