Html Css Color HEX #18A1BC Pelorous

📋 copy color: '#18A1BC'

red 24 ◦ green 161 ◦ blue 188

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

Shades of Pelorous #18A1BC

Tints of Pelorous #18A1BC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.16%

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

R = 6.43%
G = 43.16%
B = 50.4%

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

#18A1BC (or 0x18A1BC) is known color: Pelorous. HEX triplet: 18, A1 and BC. RGB value is (24,161,188). Sum of RGB (Red+Green+Blue) = 24+161+188=373 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.43% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #18A1BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A1BC is #E75E43. Grayscale: #7A7A7A. Windows color (decimal): -15162948 or 12362008. OLE color: 12362008.

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

Color convert

RGB 24 161 188 -
CMYK 0.87 0.14 0 0.26
HSL 189.88º 0.77% 0.42% -
HSV(B) 189.88º 0.87% 0.74% -
XYZ 22.2 29.31 52.07 -
YUV 123.12 164.61 57.3 -
System Red Green Blue C M Y K H S L
Decimal 24 161 188 0.87 0.14 0 0.26 189.88 0.77 0.42
Hex 18 A1 BC 57 E 0 1A BE 4D 2A
Octal 30 241 274 127 16 0 32 276 115 52
Binary 11000 10100001 10111100 1010111 1110 0 11010 10111110 1001101 101010

Color Harmonies of #18A1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A1BC

Black with #18A1BC

Text Example


Text Example

White with #18A1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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