Html Css Color HEX #18A5BC Pelorous

📋 copy color: '#18A5BC'

red 24 ◦ green 165 ◦ blue 188

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

Shades of Pelorous #18A5BC

Tints of Pelorous #18A5BC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.77%

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

R = 6.37%
G = 43.77%
B = 49.87%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#18A5BC (or 0x18A5BC) is known color: Pelorous. HEX triplet: 18, A5 and BC. RGB value is (24,165,188). Sum of RGB (Red+Green+Blue) = 24+165+188=377 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.37% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #18A5BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A5BC is #E75A43. Grayscale: #7D7D7D. Windows color (decimal): -15161924 or 12363032. OLE color: 12363032.

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

Color convert

RGB 24 165 188 -
CMYK 0.87 0.12 0 0.26
HSL 188.41º 0.77% 0.42% -
HSV(B) 188.41º 0.87% 0.74% -
XYZ 22.91 30.74 52.3 -
YUV 125.46 163.29 55.63 -
System Red Green Blue C M Y K H S L
Decimal 24 165 188 0.87 0.12 0 0.26 188.41 0.77 0.42
Hex 18 A5 BC 57 C 0 1A BC 4D 2A
Octal 30 245 274 127 14 0 32 274 115 52
Binary 11000 10100101 10111100 1010111 1100 0 11010 10111100 1001101 101010

Color Harmonies of #18A5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A5BC

Black with #18A5BC

Text Example


Text Example

White with #18A5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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