Html Css Color HEX #199DBC Pelorous

📋 copy color: '#199DBC'

red 25 ◦ green 157 ◦ blue 188

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

Shades of Pelorous #199DBC

Tints of Pelorous #199DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 6.76%
G = 42.43%
B = 50.81%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#199DBC (or 0x199DBC) is known color: Pelorous. HEX triplet: 19, 9D and BC. RGB value is (25,157,188). Sum of RGB (Red+Green+Blue) = 25+157+188=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #199DBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DBC is #E66243. Grayscale: #787878. Windows color (decimal): -15098436 or 12360985. OLE color: 12360985.

HSL color Cylindrical-coordinate representation of color #199DBC: hue angle of 191.41º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #199DBC is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 25 157 188 -
CMYK 0.87 0.16 0 0.26
HSL 191.41º 0.77% 0.42% -
HSV(B) 191.41º 0.87% 0.74% -
XYZ 21.53 27.95 51.84 -
YUV 121.07 165.77 59.48 -
System Red Green Blue C M Y K H S L
Decimal 25 157 188 0.87 0.16 0 0.26 191.41 0.77 0.42
Hex 19 9D BC 57 10 0 1A BF 4D 2A
Octal 31 235 274 127 20 0 32 277 115 52
Binary 11001 10011101 10111100 1010111 10000 0 11010 10111111 1001101 101010

Color Harmonies of #199DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199DBC

Black with #199DBC

Text Example


Text Example

White with #199DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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