Html Css Color HEX #199FBE Pelorous

📋 copy color: '#199FBE'

red 25 ◦ green 159 ◦ blue 190

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

Shades of Pelorous #199FBE

Tints of Pelorous #199FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 6.68%
G = 42.51%
B = 50.8%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#199FBE (or 0x199FBE) is known color: Pelorous. HEX triplet: 19, 9F and BE. RGB value is (25,159,190). Sum of RGB (Red+Green+Blue) = 25+159+190=374 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.68% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #199FBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199FBE is #E66041. Grayscale: #7A7A7A. Windows color (decimal): -15097922 or 12492569. OLE color: 12492569.

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

Color convert

RGB 25 159 190 -
CMYK 0.87 0.16 0 0.25
HSL 191.27º 0.77% 0.42% -
HSV(B) 191.27º 0.87% 0.75% -
XYZ 22.09 28.72 53.09 -
YUV 122.47 166.11 58.48 -
System Red Green Blue C M Y K H S L
Decimal 25 159 190 0.87 0.16 0 0.25 191.27 0.77 0.42
Hex 19 9F BE 57 10 0 19 BF 4D 2A
Octal 31 237 276 127 20 0 31 277 115 52
Binary 11001 10011111 10111110 1010111 10000 0 11001 10111111 1001101 101010

Color Harmonies of #199FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199FBE

Black with #199FBE

Text Example


Text Example

White with #199FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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