#19A6BC

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

Shades of Pelorous #19A6BC

Tints of Pelorous #19A6BC

Color information

#19A6BC (or 0x19A6BC) is unknown color: approx Pelorous. HEX triplet: 19, A6 and BC. RGB value is (25,166,188). Sum of RGB (Red+Green+Blue) = 25+166+188=379 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.60% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #19A6BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A6BC is #E65943. Grayscale: #7E7E7E. Windows color (decimal): -15096132 or 12363289. OLE color: 12363289.

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

Color convert

RGB25166188-
CMYK0.870.1200.26
HSL188.1º76.53%41.76%-
HSV(B)188.1º86.7%73.73%-
XYZ23.1131.1152.36-
YUV126.35162.7955.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.60%
GREEN value IS 166 (65.23% from 255) = 43.80%
BLUE value IS 188 (73.83% from 255) = 49.60%
R=6.60%
G=43.80%
B=49.60%

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
Decimal251661880.870.1200.26188.176.5341.76
Hex19A6BC57C01Abc4d2a
Octal312462741271403227411552
Binary11001101001101011110010101111100011010101111001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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