Html Css Color HEX #1E9BBE Pelorous

📋 copy color: '#1E9BBE'

red 30 ◦ green 155 ◦ blue 190

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

Shades of Pelorous #1E9BBE

Tints of Pelorous #1E9BBE

RGB

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

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

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

R = 8%
G = 41.33%
B = 50.67%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1E9BBE (or 0x1E9BBE) is known color: Pelorous. HEX triplet: 1E, 9B and BE. RGB value is (30,155,190). Sum of RGB (Red+Green+Blue) = 30+155+190=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E9BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9BBE is #E16441. Grayscale: #797979. Windows color (decimal): -14771266 or 12491550. OLE color: 12491550.

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

Color convert

RGB 30 155 190 -
CMYK 0.84 0.18 0 0.25
HSL 193.13º 0.73% 0.43% -
HSV(B) 193.13º 0.84% 0.75% -
XYZ 21.55 27.44 52.88 -
YUV 121.62 166.59 62.65 -
System Red Green Blue C M Y K H S L
Decimal 30 155 190 0.84 0.18 0 0.25 193.13 0.73 0.43
Hex 1E 9B BE 54 12 0 19 C1 49 2B
Octal 36 233 276 124 22 0 31 301 111 53
Binary 11110 10011011 10111110 1010100 10010 0 11001 11000001 1001001 101011

Color Harmonies of #1E9BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9BBE

Black with #1E9BBE

Text Example


Text Example

White with #1E9BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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