Html Css Color HEX #199DB5 Pelorous

📋 copy color: '#199DB5'

red 25 ◦ green 157 ◦ blue 181

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

Shades of Pelorous #199DB5

Tints of Pelorous #199DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 49.86%

R = 6.89%
G = 43.25%
B = 49.86%

CMYK

 C value IS 0.86

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#199DB5 (or 0x199DB5) is known color: Pelorous. HEX triplet: 19, 9D and B5. RGB value is (25,157,181). Sum of RGB (Red+Green+Blue) = 25+157+181=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 181 (71.09% from 255 or 49.86% from 363); Max value from RGB is 181 - color contains mainly: blue. Hex color #199DB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DB5 is #E6624A. Grayscale: #787878. Windows color (decimal): -15098443 or 11902233. OLE color: 11902233.

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

Color convert

RGB 25 157 181 -
CMYK 0.86 0.13 0 0.29
HSL 189.23º 0.76% 0.4% -
HSV(B) 189.23º 0.86% 0.71% -
XYZ 20.8 27.66 47.96 -
YUV 120.27 162.27 60.05 -
System Red Green Blue C M Y K H S L
Decimal 25 157 181 0.86 0.13 0 0.29 189.23 0.76 0.4
Hex 19 9D B5 56 D 0 1D BD 4C 28
Octal 31 235 265 126 15 0 35 275 114 50
Binary 11001 10011101 10110101 1010110 1101 0 11101 10111101 1001100 101000

Color Harmonies of #199DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199DB5

Black with #199DB5

Text Example


Text Example

White with #199DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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