Html Css Color HEX #19A1C6 Pelorous

📋 copy color: '#19A1C6'

red 25 ◦ green 161 ◦ blue 198

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

Shades of Pelorous #19A1C6

Tints of Pelorous #19A1C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 51.56%

R = 6.51%
G = 41.93%
B = 51.56%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#19A1C6 (or 0x19A1C6) is known color: Pelorous. HEX triplet: 19, A1 and C6. RGB value is (25,161,198). Sum of RGB (Red+Green+Blue) = 25+161+198=384 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.51% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 198 (77.73% from 255 or 51.56% from 384); Max value from RGB is 198 - color contains mainly: blue. Hex color #19A1C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A1C6 is #E65E39. Grayscale: #7C7C7C. Windows color (decimal): -15097402 or 13017369. OLE color: 13017369.

HSL color Cylindrical-coordinate representation of color #19A1C6: hue angle of 192.83º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19A1C6 is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 25 161 198 -
CMYK 0.87 0.19 0 0.22
HSL 192.83º 0.78% 0.44% -
HSV(B) 192.83º 0.87% 0.78% -
XYZ 23.34 29.77 57.94 -
YUV 124.55 169.44 56.99 -
System Red Green Blue C M Y K H S L
Decimal 25 161 198 0.87 0.19 0 0.22 192.83 0.78 0.44
Hex 19 A1 C6 57 13 0 16 C1 4E 2C
Octal 31 241 306 127 23 0 26 301 116 54
Binary 11001 10100001 11000110 1010111 10011 0 10110 11000001 1001110 101100

Color Harmonies of #19A1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A1C6

Black with #19A1C6

Text Example


Text Example

White with #19A1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,161,198); }

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

background-color css

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

 a { background-color: rgb(25,161,198); }

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

border-color css

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

 span { border-color: rgb(25,161,198); }

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