Html Css Color HEX #19A3BC Pelorous

📋 copy color: '#19A3BC'

red 25 ◦ green 163 ◦ blue 188

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

Shades of Pelorous #19A3BC

Tints of Pelorous #19A3BC

RGB

 RED value IS 25 (10.16% from 255) = 6.65%

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

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

R = 6.65%
G = 43.35%
B = 50%

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

#19A3BC (or 0x19A3BC) is known color: Pelorous. HEX triplet: 19, A3 and BC. RGB value is (25,163,188). Sum of RGB (Red+Green+Blue) = 25+163+188=376 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.65% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #19A3BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A3BC is #E65C43. Grayscale: #7C7C7C. Windows color (decimal): -15096900 or 12362521. OLE color: 12362521.

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

Color convert

RGB 25 163 188 -
CMYK 0.87 0.13 0 0.26
HSL 189.2º 0.77% 0.42% -
HSV(B) 189.2º 0.87% 0.74% -
XYZ 22.58 30.03 52.18 -
YUV 124.59 163.78 56.97 -
System Red Green Blue C M Y K H S L
Decimal 25 163 188 0.87 0.13 0 0.26 189.2 0.77 0.42
Hex 19 A3 BC 57 D 0 1A BD 4D 2A
Octal 31 243 274 127 15 0 32 275 115 52
Binary 11001 10100011 10111100 1010111 1101 0 11010 10111101 1001101 101010

Color Harmonies of #19A3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A3BC

Black with #19A3BC

Text Example


Text Example

White with #19A3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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