Html Css Color HEX #199FBF Pelorous

📋 copy color: '#199FBF'

red 25 ◦ green 159 ◦ blue 191

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

Shades of Pelorous #199FBF

Tints of Pelorous #199FBF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.4%

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

R = 6.67%
G = 42.4%
B = 50.93%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#199FBF (or 0x199FBF) is known color: Pelorous. HEX triplet: 19, 9F and BF. RGB value is (25,159,191). Sum of RGB (Red+Green+Blue) = 25+159+191=375 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.67% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #199FBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199FBF is #E66040. Grayscale: #7A7A7A. Windows color (decimal): -15097921 or 12558105. OLE color: 12558105.

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

Color convert

RGB 25 159 191 -
CMYK 0.87 0.17 0 0.25
HSL 191.57º 0.77% 0.42% -
HSV(B) 191.57º 0.87% 0.75% -
XYZ 22.2 28.76 53.67 -
YUV 122.58 166.61 58.4 -
System Red Green Blue C M Y K H S L
Decimal 25 159 191 0.87 0.17 0 0.25 191.57 0.77 0.42
Hex 19 9F BF 57 11 0 19 C0 4D 2A
Octal 31 237 277 127 21 0 31 300 115 52
Binary 11001 10011111 10111111 1010111 10001 0 11001 11000000 1001101 101010

Color Harmonies of #199FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199FBF

Black with #199FBF

Text Example


Text Example

White with #199FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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