Html Css Color HEX #199FB7 Pelorous

📋 copy color: '#199FB7'

red 25 ◦ green 159 ◦ blue 183

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

Shades of Pelorous #199FB7

Tints of Pelorous #199FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 49.86%

R = 6.81%
G = 43.32%
B = 49.86%

CMYK

 C value IS 0.86

 M value IS 0.13

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#199FB7 (or 0x199FB7) is known color: Pelorous. HEX triplet: 19, 9F and B7. RGB value is (25,159,183). Sum of RGB (Red+Green+Blue) = 25+159+183=367 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.81% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 183 (71.88% from 255 or 49.86% from 367); Max value from RGB is 183 - color contains mainly: blue. Hex color #199FB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199FB7 is #E66048. Grayscale: #797979. Windows color (decimal): -15097929 or 12033817. OLE color: 12033817.

HSL color Cylindrical-coordinate representation of color #199FB7: hue angle of 189.11º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #199FB7 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 25 159 183 -
CMYK 0.86 0.13 0 0.28
HSL 189.11º 0.76% 0.41% -
HSV(B) 189.11º 0.86% 0.72% -
XYZ 21.35 28.42 49.16 -
YUV 121.67 162.61 59.05 -
System Red Green Blue C M Y K H S L
Decimal 25 159 183 0.86 0.13 0 0.28 189.11 0.76 0.41
Hex 19 9F B7 56 D 0 1C BD 4C 29
Octal 31 237 267 126 15 0 34 275 114 51
Binary 11001 10011111 10110111 1010110 1101 0 11100 10111101 1001100 101001

Color Harmonies of #199FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199FB7

Black with #199FB7

Text Example


Text Example

White with #199FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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