#19A1B7

Color #19A1B7 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #19A1B7

Tints of Pelorous #19A1B7

Color information

#19A1B7 (or 0x19A1B7) is unknown color: approx Pelorous. HEX triplet: 19, A1 and B7. RGB value is (25,161,183). Sum of RGB (Red+Green+Blue) = 25+161+183=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 183 (71.88% from 255 or 49.59% from 369); Max value from RGB is 183 - color contains mainly: blue. Hex color #19A1B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A1B7 is #E65E48. Grayscale: #7A7A7A. Windows color (decimal): -15097417 or 12034329. OLE color: 12034329.

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

Color convert

RGB25161183-
CMYK0.860.1200.28
HSL188.35º75.96%40.78%-
HSV(B)188.35º86.34%71.76%-
XYZ21.6929.1249.28-
YUV122.84161.9458.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.78%
GREEN value IS 161 (63.28% from 255) = 43.63%
BLUE value IS 183 (71.88% from 255) = 49.59%
R=6.78%
G=43.63%
B=49.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal251611830.860.1200.28188.3575.9640.78
Hex19A1B756C01Cbc4c29
Octal312412671261403427411451
Binary11001101000011011011110101101100011100101111001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #19A1B7;
 }
 .AnyTagClassName
 {
   color: #19A1B7;
 }
</style>
background-color css

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

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

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

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

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

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