Html Css Color HEX #1E97BE Pelorous

📋 copy color: '#1E97BE'

red 30 ◦ green 151 ◦ blue 190

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

Shades of Pelorous #1E97BE

Tints of Pelorous #1E97BE

RGB

 RED value IS 30 (12.11% from 255) = 8.09%

 GREEN value IS 151 (59.38% from 255) = 40.7%

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

R = 8.09%
G = 40.7%
B = 51.21%

CMYK

 C value IS 0.84

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1E97BE (or 0x1E97BE) is known color: Pelorous. HEX triplet: 1E, 97 and BE. RGB value is (30,151,190). Sum of RGB (Red+Green+Blue) = 30+151+190=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E97BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E97BE is #E16841. Grayscale: #767676. Windows color (decimal): -14772290 or 12490526. OLE color: 12490526.

HSL color Cylindrical-coordinate representation of color #1E97BE: hue angle of 194.62º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E97BE is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 30 151 190 -
CMYK 0.84 0.21 0 0.25
HSL 194.63º 0.73% 0.43% -
HSV(B) 194.63º 0.84% 0.75% -
XYZ 20.9 26.13 52.66 -
YUV 119.27 167.91 64.33 -
System Red Green Blue C M Y K H S L
Decimal 30 151 190 0.84 0.21 0 0.25 194.63 0.73 0.43
Hex 1E 97 BE 54 15 0 19 C3 49 2B
Octal 36 227 276 124 25 0 31 303 111 53
Binary 11110 10010111 10111110 1010100 10101 0 11001 11000011 1001001 101011

Color Harmonies of #1E97BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E97BE

Black with #1E97BE

Text Example


Text Example

White with #1E97BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E97BE; }

 p { color: rgb(30,151,190); }

 H1.HeaderClassName
 {
   color: #1E97BE;
 }
 .AnyTagClassName
 {
   color: #1E97BE;
 }
</style>

background-color css

<style>
 a { background-color: #1E97BE; }

 a { background-color: rgb(30,151,190); }

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

border-color css

<style>
 span { border-color: #1E97BE; }

 span { border-color: rgb(30,151,190); }

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