Html Css Color HEX #1991BE Pelorous

📋 copy color: '#1991BE'

red 25 ◦ green 145 ◦ blue 190

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

Shades of Pelorous #1991BE

Tints of Pelorous #1991BE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.28%

 BLUE value IS 190 (74.61% from 255) = 52.78%

R = 6.94%
G = 40.28%
B = 52.78%

CMYK

 C value IS 0.87

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1991BE (or 0x1991BE) is known color: Pelorous. HEX triplet: 19, 91 and BE. RGB value is (25,145,190). Sum of RGB (Red+Green+Blue) = 25+145+190=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #1991BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1991BE is #E66E41. Grayscale: #717171. Windows color (decimal): -15101506 or 12488985. OLE color: 12488985.

HSL color Cylindrical-coordinate representation of color #1991BE: hue angle of 196.36º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1991BE is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 145 190 -
CMYK 0.87 0.24 0 0.25
HSL 196.36º 0.77% 0.42% -
HSV(B) 196.36º 0.87% 0.75% -
XYZ 19.82 24.18 52.34 -
YUV 114.25 170.74 64.34 -
System Red Green Blue C M Y K H S L
Decimal 25 145 190 0.87 0.24 0 0.25 196.36 0.77 0.42
Hex 19 91 BE 57 18 0 19 C4 4D 2A
Octal 31 221 276 127 30 0 31 304 115 52
Binary 11001 10010001 10111110 1010111 11000 0 11001 11000100 1001101 101010

Color Harmonies of #1991BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1991BE

Black with #1991BE

Text Example


Text Example

White with #1991BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1991BE; }

 p { color: rgb(25,145,190); }

 H1.HeaderClassName
 {
   color: #1991BE;
 }
 .AnyTagClassName
 {
   color: #1991BE;
 }
</style>

background-color css

<style>
 a { background-color: #1991BE; }

 a { background-color: rgb(25,145,190); }

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

border-color css

<style>
 span { border-color: #1991BE; }

 span { border-color: rgb(25,145,190); }

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