Html Css Color HEX #199FBC Pelorous

📋 copy color: '#199FBC'

red 25 ◦ green 159 ◦ blue 188

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

Shades of Pelorous #199FBC

Tints of Pelorous #199FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.54%

R = 6.72%
G = 42.74%
B = 50.54%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#199FBC (or 0x199FBC) is known color: Pelorous. HEX triplet: 19, 9F and BC. RGB value is (25,159,188). Sum of RGB (Red+Green+Blue) = 25+159+188=372 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.72% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #199FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199FBC is #E66043. Grayscale: #797979. Windows color (decimal): -15097924 or 12361497. OLE color: 12361497.

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

Color convert

RGB 25 159 188 -
CMYK 0.87 0.15 0 0.26
HSL 190.67º 0.77% 0.42% -
HSV(B) 190.67º 0.87% 0.74% -
XYZ 21.88 28.63 51.95 -
YUV 122.24 165.11 58.64 -
System Red Green Blue C M Y K H S L
Decimal 25 159 188 0.87 0.15 0 0.26 190.67 0.77 0.42
Hex 19 9F BC 57 F 0 1A BF 4D 2A
Octal 31 237 274 127 17 0 32 277 115 52
Binary 11001 10011111 10111100 1010111 1111 0 11010 10111111 1001101 101010

Color Harmonies of #199FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199FBC

Black with #199FBC

Text Example


Text Example

White with #199FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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