Html Css Color HEX #1E9ABD Pelorous

📋 copy color: '#1E9ABD'

red 30 ◦ green 154 ◦ blue 189

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

Shades of Pelorous #1E9ABD

Tints of Pelorous #1E9ABD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.29%

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 8.04%
G = 41.29%
B = 50.67%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1E9ABD (or 0x1E9ABD) is known color: Pelorous. HEX triplet: 1E, 9A and BD. RGB value is (30,154,189). Sum of RGB (Red+Green+Blue) = 30+154+189=373 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.04% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E9ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9ABD is #E16542. Grayscale: #787878. Windows color (decimal): -14771523 or 12425758. OLE color: 12425758.

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

Color convert

RGB 30 154 189 -
CMYK 0.84 0.19 0 0.26
HSL 193.21º 0.73% 0.43% -
HSV(B) 193.21º 0.84% 0.74% -
XYZ 21.28 27.06 52.25 -
YUV 120.91 166.42 63.15 -
System Red Green Blue C M Y K H S L
Decimal 30 154 189 0.84 0.19 0 0.26 193.21 0.73 0.43
Hex 1E 9A BD 54 13 0 1A C1 49 2B
Octal 36 232 275 124 23 0 32 301 111 53
Binary 11110 10011010 10111101 1010100 10011 0 11010 11000001 1001001 101011

Color Harmonies of #1E9ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9ABD

Black with #1E9ABD

Text Example


Text Example

White with #1E9ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,154,189); }

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

background-color css

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

 a { background-color: rgb(30,154,189); }

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

border-color css

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

 span { border-color: rgb(30,154,189); }

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