Html Css Color HEX #1D97AB Pelorous

📋 copy color: '#1D97AB'

red 29 ◦ green 151 ◦ blue 171

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

Shades of Pelorous #1D97AB

Tints of Pelorous #1D97AB

RGB

 RED value IS 29 (11.72% from 255) = 8.26%

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

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

R = 8.26%
G = 43.02%
B = 48.72%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1D97AB (or 0x1D97AB) is known color: Pelorous. HEX triplet: 1D, 97 and AB. RGB value is (29,151,171). Sum of RGB (Red+Green+Blue) = 29+151+171=351 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.26% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D97AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D97AB is #E26854. Grayscale: #747474. Windows color (decimal): -14837845 or 11245341. OLE color: 11245341.

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

Color convert

RGB 29 151 171 -
CMYK 0.83 0.12 0 0.33
HSL 188.45º 0.71% 0.39% -
HSV(B) 188.45º 0.83% 0.67% -
XYZ 18.92 25.33 42.42 -
YUV 116.8 158.58 65.37 -
System Red Green Blue C M Y K H S L
Decimal 29 151 171 0.83 0.12 0 0.33 188.45 0.71 0.39
Hex 1D 97 AB 53 C 0 21 BC 47 27
Octal 35 227 253 123 14 0 41 274 107 47
Binary 11101 10010111 10101011 1010011 1100 0 100001 10111100 1000111 100111

Color Harmonies of #1D97AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D97AB

Black with #1D97AB

Text Example


Text Example

White with #1D97AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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