Html Css Color HEX #93B7AB Skeptic

📋 copy color: '#93B7AB'

red 147 ◦ green 183 ◦ blue 171

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

Shades of Skeptic #93B7AB

Tints of Skeptic #93B7AB

RGB

 RED value IS 147 (57.81% from 255) = 29.34%

 GREEN value IS 183 (71.88% from 255) = 36.53%

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

R = 29.34%
G = 36.53%
B = 34.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#93B7AB (or 0x93B7AB) is known color: Skeptic. HEX triplet: 93, B7 and AB. RGB value is (147,183,171). Sum of RGB (Red+Green+Blue) = 147+183+171=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 183 - color contains mainly: green. Hex color #93B7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B7AB is #6C4854. Grayscale: #AAAAAA. Windows color (decimal): -7096405 or 11253651. OLE color: 11253651.

HSL color Cylindrical-coordinate representation of color #93B7AB: hue angle of 160º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #93B7AB is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 147 183 171 -
CMYK 0.20 0 0.07 0.28
HSL 160º 0.2% 0.65% -
HSV(B) 160º 0.2% 0.72% -
XYZ 36.32 43.01 44.92 -
YUV 170.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 147 183 171 0.20 0 0.07 0.28 160 0.2 0.65
Hex 93 B7 AB 14 0 7 1C A0 14 41
Octal 223 267 253 24 0 7 34 240 24 101
Binary 10010011 10110111 10101011 10100 0 111 11100 10100000 10100 1000001

Color Harmonies of #93B7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B7AB

Black with #93B7AB

Text Example


Text Example

White with #93B7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93B7AB; }

 p { color: rgb(147,183,171); }

 H1.HeaderClassName
 {
   color: #93B7AB;
 }
 .AnyTagClassName
 {
   color: #93B7AB;
 }
</style>

background-color css

<style>
 a { background-color: #93B7AB; }

 a { background-color: rgb(147,183,171); }

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

border-color css

<style>
 span { border-color: #93B7AB; }

 span { border-color: rgb(147,183,171); }

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