Html Css Color HEX #199DBF Pelorous

📋 copy color: '#199DBF'

red 25 ◦ green 157 ◦ blue 191

#199DBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #199DBF

Tints of Pelorous #199DBF

RGB

 RED value IS 25 (10.16% from 255) = 6.7%

 GREEN value IS 157 (61.72% from 255) = 42.09%

 BLUE value IS 191 (75% from 255) = 51.21%

R = 6.7%
G = 42.09%
B = 51.21%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#199DBF (or 0x199DBF) is known color: Pelorous. HEX triplet: 19, 9D and BF. RGB value is (25,157,191). Sum of RGB (Red+Green+Blue) = 25+157+191=373 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.70% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #199DBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DBF is #E66240. Grayscale: #797979. Windows color (decimal): -15098433 or 12557593. OLE color: 12557593.

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

Color convert

RGB 25 157 191 -
CMYK 0.87 0.18 0 0.25
HSL 192.29º 0.77% 0.42% -
HSV(B) 192.29º 0.87% 0.75% -
XYZ 21.86 28.08 53.56 -
YUV 121.41 167.27 59.24 -
System Red Green Blue C M Y K H S L
Decimal 25 157 191 0.87 0.18 0 0.25 192.29 0.77 0.42
Hex 19 9D BF 57 12 0 19 C0 4D 2A
Octal 31 235 277 127 22 0 31 300 115 52
Binary 11001 10011101 10111111 1010111 10010 0 11001 11000000 1001101 101010

Color Harmonies of #199DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199DBF

Black with #199DBF

Text Example


Text Example

White with #199DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #199DBF;
 }
 .AnyTagClassName
 {
   color: #199DBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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