Html Css Color HEX #1E9BBF Pelorous

📋 copy color: '#1E9BBF'

red 30 ◦ green 155 ◦ blue 191

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

Shades of Pelorous #1E9BBF

Tints of Pelorous #1E9BBF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.22%

 BLUE value IS 191 (75% from 255) = 50.8%

R = 7.98%
G = 41.22%
B = 50.8%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1E9BBF (or 0x1E9BBF) is known color: Pelorous. HEX triplet: 1E, 9B and BF. RGB value is (30,155,191). Sum of RGB (Red+Green+Blue) = 30+155+191=376 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.98% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #1E9BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9BBF is #E16440. Grayscale: #797979. Windows color (decimal): -14771265 or 12557086. OLE color: 12557086.

HSL color Cylindrical-coordinate representation of color #1E9BBF: hue angle of 193.42º 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 #1E9BBF is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 30 155 191 -
CMYK 0.84 0.19 0 0.25
HSL 193.42º 0.73% 0.43% -
HSV(B) 193.42º 0.84% 0.75% -
XYZ 21.66 27.48 53.45 -
YUV 121.73 167.09 62.57 -
System Red Green Blue C M Y K H S L
Decimal 30 155 191 0.84 0.19 0 0.25 193.42 0.73 0.43
Hex 1E 9B BF 54 13 0 19 C1 49 2B
Octal 36 233 277 124 23 0 31 301 111 53
Binary 11110 10011011 10111111 1010100 10011 0 11001 11000001 1001001 101011

Color Harmonies of #1E9BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9BBF

Black with #1E9BBF

Text Example


Text Example

White with #1E9BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,155,191); }

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

background-color css

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

 a { background-color: rgb(30,155,191); }

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

border-color css

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

 span { border-color: rgb(30,155,191); }

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