Html Css Color HEX #19A5B6 Pelorous

📋 copy color: '#19A5B6'

red 25 ◦ green 165 ◦ blue 182

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

Shades of Pelorous #19A5B6

Tints of Pelorous #19A5B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.92%

R = 6.72%
G = 44.35%
B = 48.92%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#19A5B6 (or 0x19A5B6) is known color: Pelorous. HEX triplet: 19, A5 and B6. RGB value is (25,165,182). Sum of RGB (Red+Green+Blue) = 25+165+182=372 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.72% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 182 (71.48% from 255 or 48.92% from 372); Max value from RGB is 182 - color contains mainly: blue. Hex color #19A5B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A5B6 is #E65A49. Grayscale: #7C7C7C. Windows color (decimal): -15096394 or 11969817. OLE color: 11969817.

HSL color Cylindrical-coordinate representation of color #19A5B6: hue angle of 186.5º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19A5B6 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 165 182 -
CMYK 0.86 0.09 0 0.29
HSL 186.5º 0.76% 0.41% -
HSV(B) 186.5º 0.86% 0.71% -
XYZ 22.3 30.49 48.97 -
YUV 125.08 160.12 56.62 -
System Red Green Blue C M Y K H S L
Decimal 25 165 182 0.86 0.09 0 0.29 186.5 0.76 0.41
Hex 19 A5 B6 56 9 0 1D BA 4C 29
Octal 31 245 266 126 11 0 35 272 114 51
Binary 11001 10100101 10110110 1010110 1001 0 11101 10111010 1001100 101001

Color Harmonies of #19A5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A5B6

Black with #19A5B6

Text Example


Text Example

White with #19A5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,165,182); }

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

background-color css

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

 a { background-color: rgb(25,165,182); }

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

border-color css

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

 span { border-color: rgb(25,165,182); }

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