#19A5BE

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

Shades of Pelorous #19A5BE

Tints of Pelorous #19A5BE

Color information

#19A5BE (or 0x19A5BE) is unknown color: approx Pelorous. HEX triplet: 19, A5 and BE. RGB value is (25,165,190). Sum of RGB (Red+Green+Blue) = 25+165+190=380 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.58% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #19A5BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A5BE is #E65A41. Grayscale: #7D7D7D. Windows color (decimal): -15096386 or 12494105. OLE color: 12494105.

HSL color Cylindrical-coordinate representation of color #19A5BE: hue angle of 189.09º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19A5BE is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB25165190-
CMYK0.870.1300.25
HSL189.09º76.74%42.16%-
HSV(B)189.09º86.84%74.51%-
XYZ23.1530.8353.45-
YUV125.99164.1255.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.58%
GREEN value IS 165 (64.84% from 255) = 43.42%
BLUE value IS 190 (74.61% from 255) = 50%
R=6.58%
G=43.42%
B=50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal251651900.870.1300.25189.0976.7442.16
Hex19A5BE57D019bd4d2a
Octal312452761271503127511552
Binary11001101001011011111010101111101011001101111011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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