Html Css Color HEX #199ABD Pelorous

📋 copy color: '#199ABD'

red 25 ◦ green 154 ◦ blue 189

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

Shades of Pelorous #199ABD

Tints of Pelorous #199ABD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.85%

 BLUE value IS 189 (74.22% from 255) = 51.36%

R = 6.79%
G = 41.85%
B = 51.36%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#199ABD (or 0x199ABD) is known color: Pelorous. HEX triplet: 19, 9A and BD. RGB value is (25,154,189). Sum of RGB (Red+Green+Blue) = 25+154+189=368 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.79% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #199ABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ABD is #E66542. Grayscale: #777777. Windows color (decimal): -15099203 or 12425753. OLE color: 12425753.

HSL color Cylindrical-coordinate representation of color #199ABD: hue angle of 192.8º 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 #199ABD is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 25 154 189 -
CMYK 0.87 0.19 0 0.26
HSL 192.8º 0.77% 0.42% -
HSV(B) 192.8º 0.87% 0.74% -
XYZ 21.14 26.99 52.24 -
YUV 119.42 167.26 60.65 -
System Red Green Blue C M Y K H S L
Decimal 25 154 189 0.87 0.19 0 0.26 192.8 0.77 0.42
Hex 19 9A BD 57 13 0 1A C1 4D 2A
Octal 31 232 275 127 23 0 32 301 115 52
Binary 11001 10011010 10111101 1010111 10011 0 11010 11000001 1001101 101010

Color Harmonies of #199ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199ABD

Black with #199ABD

Text Example


Text Example

White with #199ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,154,189); }

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

background-color css

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

 a { background-color: rgb(25,154,189); }

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

border-color css

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

 span { border-color: rgb(25,154,189); }

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