Html Css Color HEX #1E9FAD Pelorous

📋 copy color: '#1E9FAD'

red 30 ◦ green 159 ◦ blue 173

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

Shades of Pelorous #1E9FAD

Tints of Pelorous #1E9FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.79%

R = 8.29%
G = 43.92%
B = 47.79%

CMYK

 C value IS 0.83

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1E9FAD (or 0x1E9FAD) is known color: Pelorous. HEX triplet: 1E, 9F and AD. RGB value is (30,159,173). Sum of RGB (Red+Green+Blue) = 30+159+173=362 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.29% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E9FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9FAD is #E16052. Grayscale: #797979. Windows color (decimal): -14770259 or 11378462. OLE color: 11378462.

HSL color Cylindrical-coordinate representation of color #1E9FAD: hue angle of 185.87º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E9FAD is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 30 159 173 -
CMYK 0.83 0.08 0 0.32
HSL 185.87º 0.7% 0.4% -
HSV(B) 185.87º 0.83% 0.68% -
XYZ 20.48 28.09 43.88 -
YUV 122.03 156.76 62.36 -
System Red Green Blue C M Y K H S L
Decimal 30 159 173 0.83 0.08 0 0.32 185.87 0.7 0.4
Hex 1E 9F AD 53 8 0 20 BA 46 28
Octal 36 237 255 123 10 0 40 272 106 50
Binary 11110 10011111 10101101 1010011 1000 0 100000 10111010 1000110 101000

Color Harmonies of #1E9FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9FAD

Black with #1E9FAD

Text Example


Text Example

White with #1E9FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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