Html Css Color HEX #199BA7 Pelorous

📋 copy color: '#199BA7'

red 25 ◦ green 155 ◦ blue 167

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

Shades of Pelorous #199BA7

Tints of Pelorous #199BA7

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.67%

 BLUE value IS 167 (65.63% from 255) = 48.13%

R = 7.2%
G = 44.67%
B = 48.13%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#199BA7 (or 0x199BA7) is known color: Pelorous. HEX triplet: 19, 9B and A7. RGB value is (25,155,167). Sum of RGB (Red+Green+Blue) = 25+155+167=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 167 (65.62% from 255 or 48.13% from 347); Max value from RGB is 167 - color contains mainly: blue. Hex color #199BA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199BA7 is #E66458. Grayscale: #757575. Windows color (decimal): -15098969 or 10984217. OLE color: 10984217.

HSL color Cylindrical-coordinate representation of color #199BA7: hue angle of 185.07º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #199BA7 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 25 155 167 -
CMYK 0.85 0.07 0 0.35
HSL 185.07º 0.74% 0.38% -
HSV(B) 185.07º 0.85% 0.65% -
XYZ 19.1 26.44 40.66 -
YUV 117.5 155.93 62.02 -
System Red Green Blue C M Y K H S L
Decimal 25 155 167 0.85 0.07 0 0.35 185.07 0.74 0.38
Hex 19 9B A7 55 7 0 23 B9 4A 26
Octal 31 233 247 125 7 0 43 271 112 46
Binary 11001 10011011 10100111 1010101 111 0 100011 10111001 1001010 100110

Color Harmonies of #199BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199BA7

Black with #199BA7

Text Example


Text Example

White with #199BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,155,167); }

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

background-color css

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

 a { background-color: rgb(25,155,167); }

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

border-color css

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

 span { border-color: rgb(25,155,167); }

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