Html Css Color HEX #1E97AB Pelorous

📋 copy color: '#1E97AB'

red 30 ◦ green 151 ◦ blue 171

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

Shades of Pelorous #1E97AB

Tints of Pelorous #1E97AB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.9%

 BLUE value IS 171 (67.19% from 255) = 48.58%

R = 8.52%
G = 42.9%
B = 48.58%

CMYK

 C value IS 0.82

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E97AB (or 0x1E97AB) is known color: Pelorous. HEX triplet: 1E, 97 and AB. RGB value is (30,151,171). Sum of RGB (Red+Green+Blue) = 30+151+171=352 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.52% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E97AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E97AB is #E16854. Grayscale: #747474. Windows color (decimal): -14772309 or 11245342. OLE color: 11245342.

HSL color Cylindrical-coordinate representation of color #1E97AB: hue angle of 188.51º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E97AB is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 30 151 171 -
CMYK 0.82 0.12 0 0.33
HSL 188.51º 0.7% 0.39% -
HSV(B) 188.51º 0.82% 0.67% -
XYZ 18.95 25.35 42.42 -
YUV 117.1 158.41 65.87 -
System Red Green Blue C M Y K H S L
Decimal 30 151 171 0.82 0.12 0 0.33 188.51 0.7 0.39
Hex 1E 97 AB 52 C 0 21 BD 46 27
Octal 36 227 253 122 14 0 41 275 106 47
Binary 11110 10010111 10101011 1010010 1100 0 100001 10111101 1000110 100111

Color Harmonies of #1E97AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E97AB

Black with #1E97AB

Text Example


Text Example

White with #1E97AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,151,171); }

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

background-color css

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

 a { background-color: rgb(30,151,171); }

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

border-color css

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

 span { border-color: rgb(30,151,171); }

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