Html Css Color HEX #199DB9 Pelorous

📋 copy color: '#199DB9'

red 25 ◦ green 157 ◦ blue 185

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

Shades of Pelorous #199DB9

Tints of Pelorous #199DB9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.78%

 BLUE value IS 185 (72.66% from 255) = 50.41%

R = 6.81%
G = 42.78%
B = 50.41%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#199DB9 (or 0x199DB9) is known color: Pelorous. HEX triplet: 19, 9D and B9. RGB value is (25,157,185). Sum of RGB (Red+Green+Blue) = 25+157+185=367 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.81% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 185 (72.66% from 255 or 50.41% from 367); Max value from RGB is 185 - color contains mainly: blue. Hex color #199DB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DB9 is #E66246. Grayscale: #787878. Windows color (decimal): -15098439 or 12164377. OLE color: 12164377.

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

Color convert

RGB 25 157 185 -
CMYK 0.86 0.15 0 0.27
HSL 190.5º 0.76% 0.41% -
HSV(B) 190.5º 0.86% 0.73% -
XYZ 21.21 27.82 50.15 -
YUV 120.72 164.27 59.72 -
System Red Green Blue C M Y K H S L
Decimal 25 157 185 0.86 0.15 0 0.27 190.5 0.76 0.41
Hex 19 9D B9 56 F 0 1B BE 4C 29
Octal 31 235 271 126 17 0 33 276 114 51
Binary 11001 10011101 10111001 1010110 1111 0 11011 10111110 1001100 101001

Color Harmonies of #199DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199DB9

Black with #199DB9

Text Example


Text Example

White with #199DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,157,185); }

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

background-color css

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

 a { background-color: rgb(25,157,185); }

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

border-color css

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

 span { border-color: rgb(25,157,185); }

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