Html Css Color HEX #199ABF Pelorous

📋 copy color: '#199ABF'

red 25 ◦ green 154 ◦ blue 191

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

Shades of Pelorous #199ABF

Tints of Pelorous #199ABF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.62%

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

R = 6.76%
G = 41.62%
B = 51.62%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#199ABF (or 0x199ABF) is known color: Pelorous. HEX triplet: 19, 9A and BF. RGB value is (25,154,191). Sum of RGB (Red+Green+Blue) = 25+154+191=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #199ABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ABF is #E66540. Grayscale: #777777. Windows color (decimal): -15099201 or 12556825. OLE color: 12556825.

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

Color convert

RGB 25 154 191 -
CMYK 0.87 0.19 0 0.25
HSL 193.37º 0.77% 0.42% -
HSV(B) 193.37º 0.87% 0.75% -
XYZ 21.36 27.08 53.39 -
YUV 119.65 168.26 60.49 -
System Red Green Blue C M Y K H S L
Decimal 25 154 191 0.87 0.19 0 0.25 193.37 0.77 0.42
Hex 19 9A BF 57 13 0 19 C1 4D 2A
Octal 31 232 277 127 23 0 31 301 115 52
Binary 11001 10011010 10111111 1010111 10011 0 11001 11000001 1001101 101010

Color Harmonies of #199ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199ABF

Black with #199ABF

Text Example


Text Example

White with #199ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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