#19A5BC

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

Shades of Pelorous #19A5BC

Tints of Pelorous #19A5BC

Color information

#19A5BC (or 0x19A5BC) is unknown color: approx Pelorous. HEX triplet: 19, A5 and BC. RGB value is (25,165,188). Sum of RGB (Red+Green+Blue) = 25+165+188=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #19A5BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A5BC is #E65A43. Grayscale: #7D7D7D. Windows color (decimal): -15096388 or 12363033. OLE color: 12363033.

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

Color convert

RGB25165188-
CMYK0.870.1200.26
HSL188.47º76.53%41.76%-
HSV(B)188.47º86.7%73.73%-
XYZ22.9330.7552.3-
YUV125.76163.1256.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.61%
GREEN value IS 165 (64.84% from 255) = 43.65%
BLUE value IS 188 (73.83% from 255) = 49.74%
R=6.61%
G=43.65%
B=49.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal251651880.870.1200.26188.4776.5341.76
Hex19A5BC57C01Abc4d2a
Octal312452741271403227411552
Binary11001101001011011110010101111100011010101111001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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