#199CBF

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

Shades of Pelorous #199CBF

Tints of Pelorous #199CBF

Color information

#199CBF (or 0x199CBF) is unknown color: approx Pelorous. HEX triplet: 19, 9C and BF. RGB value is (25,156,191). Sum of RGB (Red+Green+Blue) = 25+156+191=372 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.72% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #199CBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199CBF is #E66340. Grayscale: #787878. Windows color (decimal): -15098689 or 12557337. OLE color: 12557337.

HSL color Cylindrical-coordinate representation of color #199CBF: hue angle of 192.65º 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 #199CBF is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB25156191-
CMYK0.870.1800.25
HSL192.65º76.85%42.35%-
HSV(B)192.65º86.91%74.9%-
XYZ21.6927.7553.5-
YUV120.82167.659.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.72%
GREEN value IS 156 (61.33% from 255) = 41.94%
BLUE value IS 191 (75% from 255) = 51.34%
R=6.72%
G=41.94%
B=51.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal251561910.870.1800.25192.6576.8542.35
Hex199CBF5712019c14d2a
Octal312342771272203130111552
Binary110011001110010111111101011110010011001110000011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199CBF; }

 p { color: rgb(25,156,191); }

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

<style>
 a { background-color: #199CBF; }

 a { background-color: rgb(25,156,191); }

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

<style>
 span { border-color: #199CBF; }

 span { border-color: rgb(25,156,191); }

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