Html Css Color HEX #1E9FBE Pelorous

📋 copy color: '#1E9FBE'

red 30 ◦ green 159 ◦ blue 190

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

Shades of Pelorous #1E9FBE

Tints of Pelorous #1E9FBE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.95%

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

R = 7.92%
G = 41.95%
B = 50.13%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1E9FBE (or 0x1E9FBE) is known color: Pelorous. HEX triplet: 1E, 9F and BE. RGB value is (30,159,190). Sum of RGB (Red+Green+Blue) = 30+159+190=379 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.92% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E9FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9FBE is #E16041. Grayscale: #7B7B7B. Windows color (decimal): -14770242 or 12492574. OLE color: 12492574.

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

Color convert

RGB 30 159 190 -
CMYK 0.84 0.16 0 0.25
HSL 191.63º 0.73% 0.43% -
HSV(B) 191.63º 0.84% 0.75% -
XYZ 22.23 28.79 53.1 -
YUV 123.96 165.26 60.98 -
System Red Green Blue C M Y K H S L
Decimal 30 159 190 0.84 0.16 0 0.25 191.63 0.73 0.43
Hex 1E 9F BE 54 10 0 19 C0 49 2B
Octal 36 237 276 124 20 0 31 300 111 53
Binary 11110 10011111 10111110 1010100 10000 0 11001 11000000 1001001 101011

Color Harmonies of #1E9FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9FBE

Black with #1E9FBE

Text Example


Text Example

White with #1E9FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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